Html Css Color HEX #D36A11 Chocolate

📋 copy color: '#D36A11'

red 211 ◦ green 106 ◦ blue 17

#D36A11
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chocolate #D36A11

Tints of Chocolate #D36A11

RGB

 RED value IS 211 (82.81% from 255) = 63.17%

 GREEN value IS 106 (41.8% from 255) = 31.74%

 BLUE value IS 17 (7.03% from 255) = 5.09%

R = 63.17%
G = 31.74%
B = 5.09%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.92

 K value IS 0.17

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D36A11 (or 0xD36A11) is known color: Chocolate. HEX triplet: D3, 6A and 11. RGB value is (211,106,17). Sum of RGB (Red+Green+Blue) = 211+106+17=334 (44% of max value = 765). Red value is 211 (82.81% from 255 or 63.17% from 334); Green value is 106 (41.80% from 255 or 31.74% from 334); Blue value is 17 (7.03% from 255 or 5.09% from 334); Max value from RGB is 211 - color contains mainly: red. Hex color #D36A11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D36A11 is #2C95EE. Grayscale: #7F7F7F. Windows color (decimal): -2921967 or 1141459. OLE color: 1141459.

HSL color Cylindrical-coordinate representation of color #D36A11: hue angle of 27.53º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D36A11 is Cyan = 0, Magento = 0.50, Yellow = 0.92 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 106 17 -
CMYK 0 0.50 0.92 0.17
HSL 27.53º 0.85% 0.45% -
HSV(B) 27.53º 0.92% 0.83% -
XYZ 32.12 24.2 3.51 -
YUV 127.25 65.79 187.74 -
System Red Green Blue C M Y K H S L
Decimal 211 106 17 0 0.50 0.92 0.17 27.53 0.85 0.45
Hex D3 6A 11 0 32 5C 11 1C 55 2D
Octal 323 152 21 0 62 134 21 34 125 55
Binary 11010011 1101010 10001 0 110010 1011100 10001 11100 1010101 101101

Color Harmonies of #D36A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D36A11

Black with #D36A11

Text Example


Text Example

White with #D36A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D36A11; }

 p { color: rgb(211,106,17); }

 H1.HeaderClassName
 {
   color: #D36A11;
 }
 .AnyTagClassName
 {
   color: #D36A11;
 }
</style>

background-color css

<style>
 a { background-color: #D36A11; }

 a { background-color: rgb(211,106,17); }

 div.DivClassName
 {
   background-color: #D36A11;
 }
 .BgClassName
 {
   background-color: #D36A11;
 }
</style>

border-color css

<style>
 span { border-color: #D36A11; }

 span { border-color: rgb(211,106,17); }

 td.TdClassName
 {
   border-color: #D36A11;
 }
 .TagClassName
 {
   border-color: #D36A11;
 }
</style>