Html Css Color HEX #D47120 Chocolate

📋 copy color: '#D47120'

red 212 ◦ green 113 ◦ blue 32

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

Shades of Chocolate #D47120

Tints of Chocolate #D47120

RGB

 RED value IS 212 (83.2% from 255) = 59.38%

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

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

R = 59.38%
G = 31.65%
B = 8.96%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.85

 K value IS 0.17

RGB Variations

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

Color information

#D47120 (or 0xD47120) is known color: Chocolate. HEX triplet: D4, 71 and 20. RGB value is (212,113,32). Sum of RGB (Red+Green+Blue) = 212+113+32=357 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.38% from 357); Green value is 113 (44.53% from 255 or 31.65% from 357); Blue value is 32 (12.89% from 255 or 8.96% from 357); Max value from RGB is 212 - color contains mainly: red. Hex color #D47120 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D47120 is #2B8EDF. Grayscale: #858585. Windows color (decimal): -2854624 or 2126292. OLE color: 2126292.

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

Color convert

RGB 212 113 32 -
CMYK 0 0.47 0.85 0.17
HSL 27º 0.74% 0.48% -
HSV(B) 27º 0.85% 0.83% -
XYZ 33.32 25.91 4.61 -
YUV 133.37 70.8 184.09 -
System Red Green Blue C M Y K H S L
Decimal 212 113 32 0 0.47 0.85 0.17 27 0.74 0.48
Hex D4 71 20 0 2F 55 11 1B 4A 30
Octal 324 161 40 0 57 125 21 33 112 60
Binary 11010100 1110001 100000 0 101111 1010101 10001 11011 1001010 110000

Color Harmonies of #D47120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47120

Black with #D47120

Text Example


Text Example

White with #D47120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47120; }

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

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

background-color css

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

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

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

border-color css

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

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

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