Html Css Color HEX #D36416 Chocolate

📋 copy color: '#D36416'

red 211 ◦ green 100 ◦ blue 22

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

Shades of Chocolate #D36416

Tints of Chocolate #D36416

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.03%

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

R = 63.36%
G = 30.03%
B = 6.61%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.90

 K value IS 0.17

RGB Variations

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

Color information

#D36416 (or 0xD36416) is known color: Chocolate. HEX triplet: D3, 64 and 16. RGB value is (211,100,22). Sum of RGB (Red+Green+Blue) = 211+100+22=333 (44% of max value = 765). Red value is 211 (82.81% from 255 or 63.36% from 333); Green value is 100 (39.45% from 255 or 30.03% from 333); Blue value is 22 (8.98% from 255 or 6.61% from 333); Max value from RGB is 211 - color contains mainly: red. Hex color #D36416 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D36416 is #2C9BE9. Grayscale: #7C7C7C. Windows color (decimal): -2923498 or 1467603. OLE color: 1467603.

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

Color convert

RGB 211 100 22 -
CMYK 0 0.53 0.90 0.17
HSL 24.76º 0.81% 0.46% -
HSV(B) 24.76º 0.9% 0.83% -
XYZ 31.57 23.02 3.54 -
YUV 124.3 70.27 189.84 -
System Red Green Blue C M Y K H S L
Decimal 211 100 22 0 0.53 0.90 0.17 24.76 0.81 0.46
Hex D3 64 16 0 35 5A 11 19 51 2E
Octal 323 144 26 0 65 132 21 31 121 56
Binary 11010011 1100100 10110 0 110101 1011010 10001 11001 1010001 101110

Color Harmonies of #D36416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D36416

Black with #D36416

Text Example


Text Example

White with #D36416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D36416; }

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

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

background-color css

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

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

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

border-color css

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

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

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