Html Css Color HEX #D47110 Chocolate

📋 copy color: '#D47110'

red 212 ◦ green 113 ◦ blue 16

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

Shades of Chocolate #D47110

Tints of Chocolate #D47110

RGB

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

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

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

R = 62.17%
G = 33.14%
B = 4.69%

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

#D47110 (or 0xD47110) is known color: Chocolate. HEX triplet: D4, 71 and 10. RGB value is (212,113,16). Sum of RGB (Red+Green+Blue) = 212+113+16=341 (45% of max value = 765). Red value is 212 (83.20% from 255 or 62.17% from 341); Green value is 113 (44.53% from 255 or 33.14% from 341); Blue value is 16 (6.64% from 255 or 4.69% from 341); Max value from RGB is 212 - color contains mainly: red. Hex color #D47110 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D47110 is #2B8EEF. Grayscale: #848484. Windows color (decimal): -2854640 or 1077716. OLE color: 1077716.

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

Color convert

RGB 212 113 16 -
CMYK 0 0.47 0.92 0.17
HSL 29.69º 0.86% 0.45% -
HSV(B) 29.69º 0.92% 0.83% -
XYZ 33.15 25.84 3.73 -
YUV 131.54 62.8 185.39 -
System Red Green Blue C M Y K H S L
Decimal 212 113 16 0 0.47 0.92 0.17 29.69 0.86 0.45
Hex D4 71 10 0 2F 5C 11 1E 56 2D
Octal 324 161 20 0 57 134 21 36 126 55
Binary 11010100 1110001 10000 0 101111 1011100 10001 11110 1010110 101101

Color Harmonies of #D47110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47110

Black with #D47110

Text Example


Text Example

White with #D47110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47110; }

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

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

background-color css

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

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

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

border-color css

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

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

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