Html Css Color HEX #D47013 Chocolate

📋 copy color: '#D47013'

red 212 ◦ green 112 ◦ blue 19

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

Shades of Chocolate #D47013

Tints of Chocolate #D47013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.54%

R = 61.81%
G = 32.65%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#D47013 (or 0xD47013) is known color: Chocolate. HEX triplet: D4, 70 and 13. RGB value is (212,112,19). Sum of RGB (Red+Green+Blue) = 212+112+19=343 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.81% from 343); Green value is 112 (44.14% from 255 or 32.65% from 343); Blue value is 19 (7.81% from 255 or 5.54% from 343); Max value from RGB is 212 - color contains mainly: red. Hex color #D47013 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D47013 is #2B8FEC. Grayscale: #838383. Windows color (decimal): -2854893 or 1274068. OLE color: 1274068.

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

Color convert

RGB 212 112 19 -
CMYK 0 0.47 0.91 0.17
HSL 28.91º 0.84% 0.45% -
HSV(B) 28.91º 0.91% 0.83% -
XYZ 33.06 25.63 3.82 -
YUV 131.3 64.63 185.56 -
System Red Green Blue C M Y K H S L
Decimal 212 112 19 0 0.47 0.91 0.17 28.91 0.84 0.45
Hex D4 70 13 0 2F 5B 11 1D 54 2D
Octal 324 160 23 0 57 133 21 35 124 55
Binary 11010100 1110000 10011 0 101111 1011011 10001 11101 1010100 101101

Color Harmonies of #D47013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47013

Black with #D47013

Text Example


Text Example

White with #D47013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47013; }

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

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

background-color css

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

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

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

border-color css

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

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

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