Html Css Color HEX #D36D11 Chocolate

📋 copy color: '#D36D11'

red 211 ◦ green 109 ◦ blue 17

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

Shades of Chocolate #D36D11

Tints of Chocolate #D36D11

RGB

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

 GREEN value IS 109 (42.97% from 255) = 32.34%

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

R = 62.61%
G = 32.34%
B = 5.04%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#D36D11 (or 0xD36D11) is known color: Chocolate. HEX triplet: D3, 6D and 11. RGB value is (211,109,17). Sum of RGB (Red+Green+Blue) = 211+109+17=337 (44% of max value = 765). Red value is 211 (82.81% from 255 or 62.61% from 337); Green value is 109 (42.97% from 255 or 32.34% from 337); Blue value is 17 (7.03% from 255 or 5.04% from 337); Max value from RGB is 211 - color contains mainly: red. Hex color #D36D11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D36D11 is #2C92EE. Grayscale: #818181. Windows color (decimal): -2921199 or 1142227. OLE color: 1142227.

HSL color Cylindrical-coordinate representation of color #D36D11: hue angle of 28.45º 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 #D36D11 is Cyan = 0, Magento = 0.48, Yellow = 0.92 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 109 17 -
CMYK 0 0.48 0.92 0.17
HSL 28.45º 0.85% 0.45% -
HSV(B) 28.45º 0.92% 0.83% -
XYZ 32.43 24.83 3.61 -
YUV 129.01 64.79 186.48 -
System Red Green Blue C M Y K H S L
Decimal 211 109 17 0 0.48 0.92 0.17 28.45 0.85 0.45
Hex D3 6D 11 0 30 5C 11 1C 55 2D
Octal 323 155 21 0 60 134 21 34 125 55
Binary 11010011 1101101 10001 0 110000 1011100 10001 11100 1010101 101101

Color Harmonies of #D36D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D36D11

Black with #D36D11

Text Example


Text Example

White with #D36D11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D36D11; }

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

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

background-color css

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

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

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

border-color css

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

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

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