Html Css Color HEX #D47020 Chocolate

📋 copy color: '#D47020'

red 212 ◦ green 112 ◦ blue 32

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

Shades of Chocolate #D47020

Tints of Chocolate #D47020

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.46%

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

R = 59.55%
G = 31.46%
B = 8.99%

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

#D47020 (or 0xD47020) is known color: Chocolate. HEX triplet: D4, 70 and 20. RGB value is (212,112,32). Sum of RGB (Red+Green+Blue) = 212+112+32=356 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.55% from 356); Green value is 112 (44.14% from 255 or 31.46% from 356); Blue value is 32 (12.89% from 255 or 8.99% from 356); Max value from RGB is 212 - color contains mainly: red. Hex color #D47020 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D47020 is #2B8FDF. Grayscale: #858585. Windows color (decimal): -2854880 or 2126036. OLE color: 2126036.

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

Color convert

RGB 212 112 32 -
CMYK 0 0.47 0.85 0.17
HSL 26.67º 0.74% 0.48% -
HSV(B) 26.67º 0.85% 0.83% -
XYZ 33.21 25.69 4.57 -
YUV 132.78 71.13 184.5 -
System Red Green Blue C M Y K H S L
Decimal 212 112 32 0 0.47 0.85 0.17 26.67 0.74 0.48
Hex D4 70 20 0 2F 55 11 1B 4A 30
Octal 324 160 40 0 57 125 21 33 112 60
Binary 11010100 1110000 100000 0 101111 1010101 10001 11011 1001010 110000

Color Harmonies of #D47020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47020

Black with #D47020

Text Example


Text Example

White with #D47020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47020; }

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

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

background-color css

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

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

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

border-color css

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

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

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