Html Css Color HEX #D36211 Chocolate

📋 copy color: '#D36211'

red 211 ◦ green 98 ◦ blue 17

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

Shades of Chocolate #D36211

Tints of Chocolate #D36211

RGB

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

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

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

R = 64.72%
G = 30.06%
B = 5.21%

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

#D36211 (or 0xD36211) is known color: Chocolate. HEX triplet: D3, 62 and 11. RGB value is (211,98,17). Sum of RGB (Red+Green+Blue) = 211+98+17=326 (43% of max value = 765). Red value is 211 (82.81% from 255 or 64.72% from 326); Green value is 98 (38.67% from 255 or 30.06% from 326); Blue value is 17 (7.03% from 255 or 5.21% from 326); Max value from RGB is 211 - color contains mainly: red. Hex color #D36211 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D36211 is #2C9DEE. Grayscale: #7A7A7A. Windows color (decimal): -2924015 or 1139411. OLE color: 1139411.

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

Color convert

RGB 211 98 17 -
CMYK 0 0.54 0.92 0.17
HSL 25.05º 0.85% 0.45% -
HSV(B) 25.05º 0.92% 0.83% -
XYZ 31.33 22.62 3.25 -
YUV 122.55 68.44 191.09 -
System Red Green Blue C M Y K H S L
Decimal 211 98 17 0 0.54 0.92 0.17 25.05 0.85 0.45
Hex D3 62 11 0 36 5C 11 19 55 2D
Octal 323 142 21 0 66 134 21 31 125 55
Binary 11010011 1100010 10001 0 110110 1011100 10001 11001 1010101 101101

Color Harmonies of #D36211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D36211

Black with #D36211

Text Example


Text Example

White with #D36211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D36211; }

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

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

background-color css

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

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

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

border-color css

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

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

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