Html Css Color HEX #D47116 Chocolate

📋 copy color: '#D47116'

red 212 ◦ green 113 ◦ blue 22

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

Shades of Chocolate #D47116

Tints of Chocolate #D47116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.34%

R = 61.1%
G = 32.56%
B = 6.34%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.90

 K value IS 0.17

RGB Variations

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

Color information

#D47116 (or 0xD47116) is known color: Chocolate. HEX triplet: D4, 71 and 16. RGB value is (212,113,22). Sum of RGB (Red+Green+Blue) = 212+113+22=347 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.10% from 347); Green value is 113 (44.53% from 255 or 32.56% from 347); Blue value is 22 (8.98% from 255 or 6.34% from 347); Max value from RGB is 212 - color contains mainly: red. Hex color #D47116 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D47116 is #2B8EE9. Grayscale: #848484. Windows color (decimal): -2854634 or 1470932. OLE color: 1470932.

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

Color convert

RGB 212 113 22 -
CMYK 0 0.47 0.90 0.17
HSL 28.74º 0.81% 0.46% -
HSV(B) 28.74º 0.9% 0.83% -
XYZ 33.2 25.87 4 -
YUV 132.23 65.8 184.9 -
System Red Green Blue C M Y K H S L
Decimal 212 113 22 0 0.47 0.90 0.17 28.74 0.81 0.46
Hex D4 71 16 0 2F 5A 11 1D 51 2E
Octal 324 161 26 0 57 132 21 35 121 56
Binary 11010100 1110001 10110 0 101111 1011010 10001 11101 1010001 101110

Color Harmonies of #D47116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47116

Black with #D47116

Text Example


Text Example

White with #D47116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47116; }

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

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

background-color css

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

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

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

border-color css

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

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

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