Html Css Color HEX #D47018 Chocolate

📋 copy color: '#D47018'

red 212 ◦ green 112 ◦ blue 24

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

Shades of Chocolate #D47018

Tints of Chocolate #D47018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.9%

R = 60.92%
G = 32.18%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.89

 K value IS 0.17

RGB Variations

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

Color information

#D47018 (or 0xD47018) is known color: Chocolate. HEX triplet: D4, 70 and 18. RGB value is (212,112,24). Sum of RGB (Red+Green+Blue) = 212+112+24=348 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.92% from 348); Green value is 112 (44.14% from 255 or 32.18% from 348); Blue value is 24 (9.77% from 255 or 6.90% from 348); Max value from RGB is 212 - color contains mainly: red. Hex color #D47018 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D47018 is #2B8FE7. Grayscale: #848484. Windows color (decimal): -2854888 or 1601748. OLE color: 1601748.

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

Color convert

RGB 212 112 24 -
CMYK 0 0.47 0.89 0.17
HSL 28.09º 0.8% 0.46% -
HSV(B) 28.09º 0.89% 0.83% -
XYZ 33.11 25.65 4.07 -
YUV 131.87 67.13 185.16 -
System Red Green Blue C M Y K H S L
Decimal 212 112 24 0 0.47 0.89 0.17 28.09 0.8 0.46
Hex D4 70 18 0 2F 59 11 1C 50 2E
Octal 324 160 30 0 57 131 21 34 120 56
Binary 11010100 1110000 11000 0 101111 1011001 10001 11100 1010000 101110

Color Harmonies of #D47018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47018

Black with #D47018

Text Example


Text Example

White with #D47018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47018; }

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

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

background-color css

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

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

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

border-color css

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

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

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