Html Css Color HEX #D36010 Chocolate

📋 copy color: '#D36010'

red 211 ◦ green 96 ◦ blue 16

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

Shades of Chocolate #D36010

Tints of Chocolate #D36010

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.72%

 BLUE value IS 16 (6.64% from 255) = 4.95%

R = 65.33%
G = 29.72%
B = 4.95%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#D36010 (or 0xD36010) is known color: Chocolate. HEX triplet: D3, 60 and 10. RGB value is (211,96,16). Sum of RGB (Red+Green+Blue) = 211+96+16=323 (42% of max value = 765). Red value is 211 (82.81% from 255 or 65.33% from 323); Green value is 96 (37.89% from 255 or 29.72% from 323); Blue value is 16 (6.64% from 255 or 4.95% from 323); Max value from RGB is 211 - color contains mainly: red. Hex color #D36010 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D36010 is #2C9FEF. Grayscale: #797979. Windows color (decimal): -2924528 or 1073363. OLE color: 1073363.

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

Color convert

RGB 211 96 16 -
CMYK 0 0.55 0.92 0.17
HSL 24.62º 0.86% 0.45% -
HSV(B) 24.62º 0.92% 0.83% -
XYZ 31.14 22.25 3.14 -
YUV 121.27 68.6 192 -
System Red Green Blue C M Y K H S L
Decimal 211 96 16 0 0.55 0.92 0.17 24.62 0.86 0.45
Hex D3 60 10 0 37 5C 11 19 56 2D
Octal 323 140 20 0 67 134 21 31 126 55
Binary 11010011 1100000 10000 0 110111 1011100 10001 11001 1010110 101101

Color Harmonies of #D36010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D36010

Black with #D36010

Text Example


Text Example

White with #D36010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D36010; }

 p { color: rgb(211,96,16); }

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

background-color css

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

 a { background-color: rgb(211,96,16); }

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

border-color css

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

 span { border-color: rgb(211,96,16); }

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