Html Css Color HEX #D36210 Chocolate

📋 copy color: '#D36210'

red 211 ◦ green 98 ◦ blue 16

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

Shades of Chocolate #D36210

Tints of Chocolate #D36210

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.15%

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

R = 64.92%
G = 30.15%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#D36210 (or 0xD36210) is known color: Chocolate. HEX triplet: D3, 62 and 10. RGB value is (211,98,16). Sum of RGB (Red+Green+Blue) = 211+98+16=325 (43% of max value = 765). Red value is 211 (82.81% from 255 or 64.92% from 325); Green value is 98 (38.67% from 255 or 30.15% from 325); Blue value is 16 (6.64% from 255 or 4.92% from 325); Max value from RGB is 211 - color contains mainly: red. Hex color #D36210 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D36210 is #2C9DEF. Grayscale: #7A7A7A. Windows color (decimal): -2924016 or 1073875. OLE color: 1073875.

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

Color convert

RGB 211 98 16 -
CMYK 0 0.54 0.92 0.17
HSL 25.23º 0.86% 0.45% -
HSV(B) 25.23º 0.92% 0.83% -
XYZ 31.33 22.62 3.21 -
YUV 122.44 67.94 191.17 -
System Red Green Blue C M Y K H S L
Decimal 211 98 16 0 0.54 0.92 0.17 25.23 0.86 0.45
Hex D3 62 10 0 36 5C 11 19 56 2D
Octal 323 142 20 0 66 134 21 31 126 55
Binary 11010011 1100010 10000 0 110110 1011100 10001 11001 1010110 101101

Color Harmonies of #D36210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D36210

Black with #D36210

Text Example


Text Example

White with #D36210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D36210; }

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

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

background-color css

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

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

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

border-color css

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

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

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