Html Css Color HEX #D36616 Chocolate

📋 copy color: '#D36616'

red 211 ◦ green 102 ◦ blue 22

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

Shades of Chocolate #D36616

Tints of Chocolate #D36616

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.45%

 BLUE value IS 22 (8.98% from 255) = 6.57%

R = 62.99%
G = 30.45%
B = 6.57%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.90

 K value IS 0.17

RGB Variations

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

Color information

#D36616 (or 0xD36616) is known color: Chocolate. HEX triplet: D3, 66 and 16. RGB value is (211,102,22). Sum of RGB (Red+Green+Blue) = 211+102+22=335 (44% of max value = 765). Red value is 211 (82.81% from 255 or 62.99% from 335); Green value is 102 (40.23% from 255 or 30.45% from 335); Blue value is 22 (8.98% from 255 or 6.57% from 335); Max value from RGB is 211 - color contains mainly: red. Hex color #D36616 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D36616 is #2C99E9. Grayscale: #7D7D7D. Windows color (decimal): -2922986 or 1468115. OLE color: 1468115.

HSL color Cylindrical-coordinate representation of color #D36616: hue angle of 25.4º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D36616 is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 102 22 -
CMYK 0 0.52 0.90 0.17
HSL 25.4º 0.81% 0.46% -
HSV(B) 25.4º 0.9% 0.83% -
XYZ 31.76 23.41 3.6 -
YUV 125.47 69.61 189 -
System Red Green Blue C M Y K H S L
Decimal 211 102 22 0 0.52 0.90 0.17 25.4 0.81 0.46
Hex D3 66 16 0 34 5A 11 19 51 2E
Octal 323 146 26 0 64 132 21 31 121 56
Binary 11010011 1100110 10110 0 110100 1011010 10001 11001 1010001 101110

Color Harmonies of #D36616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D36616

Black with #D36616

Text Example


Text Example

White with #D36616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D36616; }

 p { color: rgb(211,102,22); }

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

background-color css

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

 a { background-color: rgb(211,102,22); }

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

border-color css

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

 span { border-color: rgb(211,102,22); }

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