Html Css Color HEX #D47118 Chocolate

📋 copy color: '#D47118'

red 212 ◦ green 113 ◦ blue 24

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

Shades of Chocolate #D47118

Tints of Chocolate #D47118

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.38%

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

R = 60.74%
G = 32.38%
B = 6.88%

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

#D47118 (or 0xD47118) is known color: Chocolate. HEX triplet: D4, 71 and 18. RGB value is (212,113,24). Sum of RGB (Red+Green+Blue) = 212+113+24=349 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.74% from 349); Green value is 113 (44.53% from 255 or 32.38% from 349); Blue value is 24 (9.77% from 255 or 6.88% from 349); Max value from RGB is 212 - color contains mainly: red. Hex color #D47118 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D47118 is #2B8EE7. Grayscale: #848484. Windows color (decimal): -2854632 or 1602004. OLE color: 1602004.

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

Color convert

RGB 212 113 24 -
CMYK 0 0.47 0.89 0.17
HSL 28.4º 0.8% 0.46% -
HSV(B) 28.4º 0.89% 0.83% -
XYZ 33.22 25.87 4.11 -
YUV 132.46 66.8 184.74 -
System Red Green Blue C M Y K H S L
Decimal 212 113 24 0 0.47 0.89 0.17 28.4 0.8 0.46
Hex D4 71 18 0 2F 59 11 1C 50 2E
Octal 324 161 30 0 57 131 21 34 120 56
Binary 11010100 1110001 11000 0 101111 1011001 10001 11100 1010000 101110

Color Harmonies of #D47118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47118

Black with #D47118

Text Example


Text Example

White with #D47118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47118; }

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

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

background-color css

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

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

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

border-color css

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

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

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