Html Css Color HEX #D37120 Chocolate

📋 copy color: '#D37120'

red 211 ◦ green 113 ◦ blue 32

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

Shades of Chocolate #D37120

Tints of Chocolate #D37120

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.74%

 BLUE value IS 32 (12.89% from 255) = 8.99%

R = 59.27%
G = 31.74%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.85

 K value IS 0.17

RGB Variations

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

Color information

#D37120 (or 0xD37120) is known color: Chocolate. HEX triplet: D3, 71 and 20. RGB value is (211,113,32). Sum of RGB (Red+Green+Blue) = 211+113+32=356 (47% of max value = 765). Red value is 211 (82.81% from 255 or 59.27% from 356); Green value is 113 (44.53% from 255 or 31.74% from 356); Blue value is 32 (12.89% from 255 or 8.99% from 356); Max value from RGB is 211 - color contains mainly: red. Hex color #D37120 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D37120 is #2C8EDF. Grayscale: #858585. Windows color (decimal): -2920160 or 2126291. OLE color: 2126291.

HSL color Cylindrical-coordinate representation of color #D37120: hue angle of 27.15º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D37120 is Cyan = 0, Magento = 0.46, Yellow = 0.85 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 113 32 -
CMYK 0 0.46 0.85 0.17
HSL 27.15º 0.74% 0.48% -
HSV(B) 27.15º 0.85% 0.83% -
XYZ 33.03 25.76 4.6 -
YUV 133.07 70.97 183.59 -
System Red Green Blue C M Y K H S L
Decimal 211 113 32 0 0.46 0.85 0.17 27.15 0.74 0.48
Hex D3 71 20 0 2E 55 11 1B 4A 30
Octal 323 161 40 0 56 125 21 33 112 60
Binary 11010011 1110001 100000 0 101110 1010101 10001 11011 1001010 110000

Color Harmonies of #D37120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D37120

Black with #D37120

Text Example


Text Example

White with #D37120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D37120; }

 p { color: rgb(211,113,32); }

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

background-color css

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

 a { background-color: rgb(211,113,32); }

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

border-color css

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

 span { border-color: rgb(211,113,32); }

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