Html Css Color HEX #D47010 Chocolate

📋 copy color: '#D47010'

red 212 ◦ green 112 ◦ blue 16

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

Shades of Chocolate #D47010

Tints of Chocolate #D47010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.71%

R = 62.35%
G = 32.94%
B = 4.71%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#D47010 (or 0xD47010) is known color: Chocolate. HEX triplet: D4, 70 and 10. RGB value is (212,112,16). Sum of RGB (Red+Green+Blue) = 212+112+16=340 (45% of max value = 765). Red value is 212 (83.20% from 255 or 62.35% from 340); Green value is 112 (44.14% from 255 or 32.94% from 340); Blue value is 16 (6.64% from 255 or 4.71% from 340); Max value from RGB is 212 - color contains mainly: red. Hex color #D47010 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D47010 is #2B8FEF. Grayscale: #838383. Windows color (decimal): -2854896 or 1077460. OLE color: 1077460.

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

Color convert

RGB 212 112 16 -
CMYK 0 0.47 0.92 0.17
HSL 29.39º 0.86% 0.45% -
HSV(B) 29.39º 0.92% 0.83% -
XYZ 33.04 25.62 3.69 -
YUV 130.96 63.13 185.81 -
System Red Green Blue C M Y K H S L
Decimal 212 112 16 0 0.47 0.92 0.17 29.39 0.86 0.45
Hex D4 70 10 0 2F 5C 11 1D 56 2D
Octal 324 160 20 0 57 134 21 35 126 55
Binary 11010100 1110000 10000 0 101111 1011100 10001 11101 1010110 101101

Color Harmonies of #D47010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47010

Black with #D47010

Text Example


Text Example

White with #D47010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47010; }

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

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

background-color css

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

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

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

border-color css

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

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

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