Html Css Color HEX #D47019 Chocolate

📋 copy color: '#D47019'

red 212 ◦ green 112 ◦ blue 25

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

Shades of Chocolate #D47019

Tints of Chocolate #D47019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.16%

R = 60.74%
G = 32.09%
B = 7.16%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.88

 K value IS 0.17

RGB Variations

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

Color information

#D47019 (or 0xD47019) is known color: Chocolate. HEX triplet: D4, 70 and 19. RGB value is (212,112,25). Sum of RGB (Red+Green+Blue) = 212+112+25=349 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.74% from 349); Green value is 112 (44.14% from 255 or 32.09% from 349); Blue value is 25 (10.16% from 255 or 7.16% from 349); Max value from RGB is 212 - color contains mainly: red. Hex color #D47019 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D47019 is #2B8FE6. Grayscale: #848484. Windows color (decimal): -2854887 or 1667284. OLE color: 1667284.

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

Color convert

RGB 212 112 25 -
CMYK 0 0.47 0.88 0.17
HSL 27.91º 0.79% 0.46% -
HSV(B) 27.91º 0.88% 0.83% -
XYZ 33.12 25.66 4.13 -
YUV 131.98 67.63 185.07 -
System Red Green Blue C M Y K H S L
Decimal 212 112 25 0 0.47 0.88 0.17 27.91 0.79 0.46
Hex D4 70 19 0 2F 58 11 1C 4F 2E
Octal 324 160 31 0 57 130 21 34 117 56
Binary 11010100 1110000 11001 0 101111 1011000 10001 11100 1001111 101110

Color Harmonies of #D47019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47019

Black with #D47019

Text Example


Text Example

White with #D47019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47019; }

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

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

background-color css

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

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

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

border-color css

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

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

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