Html Css Color HEX #D36A1E Chocolate

📋 copy color: '#D36A1E'

red 211 ◦ green 106 ◦ blue 30

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

Shades of Chocolate #D36A1E

Tints of Chocolate #D36A1E

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.55%

 BLUE value IS 30 (12.11% from 255) = 8.65%

R = 60.81%
G = 30.55%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.86

 K value IS 0.17

RGB Variations

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

Color information

#D36A1E (or 0xD36A1E) is known color: Chocolate. HEX triplet: D3, 6A and 1E. RGB value is (211,106,30). Sum of RGB (Red+Green+Blue) = 211+106+30=347 (45% of max value = 765). Red value is 211 (82.81% from 255 or 60.81% from 347); Green value is 106 (41.80% from 255 or 30.55% from 347); Blue value is 30 (12.11% from 255 or 8.65% from 347); Max value from RGB is 211 - color contains mainly: red. Hex color #D36A1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D36A1E is #2C95E1. Grayscale: #818181. Windows color (decimal): -2921954 or 1993427. OLE color: 1993427.

HSL color Cylindrical-coordinate representation of color #D36A1E: hue angle of 25.19º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D36A1E is Cyan = 0, Magento = 0.50, Yellow = 0.86 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 106 30 -
CMYK 0 0.50 0.86 0.17
HSL 25.19º 0.75% 0.47% -
HSV(B) 25.19º 0.86% 0.83% -
XYZ 32.25 24.25 4.21 -
YUV 128.73 72.29 186.68 -
System Red Green Blue C M Y K H S L
Decimal 211 106 30 0 0.50 0.86 0.17 25.19 0.75 0.47
Hex D3 6A 1E 0 32 56 11 19 4B 2F
Octal 323 152 36 0 62 126 21 31 113 57
Binary 11010011 1101010 11110 0 110010 1010110 10001 11001 1001011 101111

Color Harmonies of #D36A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D36A1E

Black with #D36A1E

Text Example


Text Example

White with #D36A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D36A1E; }

 p { color: rgb(211,106,30); }

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

background-color css

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

 a { background-color: rgb(211,106,30); }

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

border-color css

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

 span { border-color: rgb(211,106,30); }

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