COLOR #D58601

HEX: #D58601
RGB: (213,134,1)

Renk bilgisi

#D58601 contains mainly red color. #D58601 ‘ nin web güvenlik rengi #CC9900 (ya da #C90) dir.

RGB renk modeli

#D58601 color RGB value is (213,134,1).

  • kırmız ton 213;
  • yeşil ton 134;
  • mavi ton 1.
RGB:
(213,134,1)
(84%,53%,0%)

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 134 of 255 = 53%
B 1 of 255 = 0%

213
134
1

R + G + B ~ 46%. #D58601 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 134 + 1 = 348 (100%)
R 213 of 348 ~ 61.21%
G 134 of 348 ~ 38.51%
B 1 of 348 ~ 0.29%

%61.21
%38.51

CMYK RENK MODELİ

#D58601 rengi CMYK tonu (0,37,100,16).

  • camgöbeği tonu 0.00%
  • eflatun tonu 37.09%
  • sarı tonu 99.53%
  • ana renk tonu 16.47%
CMYK:
(0,37,100,16)
C0M37Y100K16 
(0%,37%,100%,16%)
(0.00/0.37/1.00/0.16)	

CMYK yüzdeleri

%0
%37.09
%99.53
%16.47

Codes

Color #D58601 in popluar color models

D58601
RGB2131341
HSL38°99.07%41.96%
HSB/HSV38°99.53%83.53%
CMYK0.00%37.09%99.53%
16.47%

Color #D58601 in popluar number systems.

HEXD58601
Decimal2131341
Binary11010101100001101
Octal3252061

Shades and tints

Shades of #D58601

#D58601
(213,134,1)
#C27A01
(194,122,1)
#AF6E01
(175,110,1)
#9C6201
(156,98,1)
#895601
(137,86,1)
#764A01
(118,74,1)
#633E01
(99,62,1)
#503201
(80,50,1)
#3D2601
(61,38,1)
#2A1A01
(42,26,1)
#170E01
(23,14,1)
#000000
(0,0,0)

Tints of #D58601

#D58601
(213,134,1)
#D89118
(216,145,24)
#DB9C2F
(219,156,47)
#DEA746
(222,167,70)
#E1B25D
(225,178,93)
#E4BD74
(228,189,116)
#E7C88B
(231,200,139)
#EAD3A2
(234,211,162)
#EDDEB9
(237,222,185)
#F0E9D0
(240,233,208)
#F3F4E7
(243,244,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D58601 color. Also use rgb(213,134,1) instead hex code.

Text Font Color

.myTextColor { color: #D58601; }

<p style="color:#D58601">This sample text font color is #D58601.</p>

This text font color is #D58601.


Background Color

.myBgColor { background-color: #D58601; }

<div style="background-color:#D58601">Inner text</div>

This div background color is #D58601.


Border color

.myBorderColor { border: 1px solid #D58601; }

<div style="border:3px solid #D58601">Div</div>

This div border color is #D58601.


Opacity

.myOpacity80 { color: #D58601; opacity: 0.8; }

<p style="color:#D58601;opacity:0.8;">80%</p>

Text with #D58601 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #D58601;}

<p style="text-shadow: 3px 3px 1px #D58601">Text here.</p>

This text has shadow with #D58601 color.

.textShadow {text-shadow: 3px 3px 1px #D58601, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #D58601, 5px 5px 20px red">Text here.</p>

This text has shadow with #D58601 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D58601, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#D58601, Direction=45, Strength=4)">Text</p>

This text has shadow with #D58601 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #D58601;
  -webkit-box-shadow:	1px 1px 3px 2px #D58601;
  box-shadow:		1px 1px 3px 2px #D58601;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D58601;
-webkit-box-shadow: 1px 1px 3px 2px #D58601;
box-shadow:1px 1px 3px 2px #D58601;">
Div content here</div>
This div box has shadow with color #D58601.

Preview

Color preview on black background

This text has color #D58601 on black background.


Color preview on white background

This text has color #D58601 on white background.



Black color preview on #D58601 background

This text has black color on #D58601 background.


White color preview on #D58601 background

This text has white color on #D58601 background.