#D46110

Color #D46110 Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chocolate #D46110

Tints of Chocolate #D46110

Color information

#D46110 (or 0xD46110) is unknown color: approx Chocolate. HEX triplet: D4, 61 and 10. RGB value is (212,97,16). Sum of RGB (Red+Green+Blue) = 212+97+16=325 (43% of max value = 765). Red value is 212 (83.20% from 255 or 65.23% from 325); Green value is 97 (38.28% from 255 or 29.85% from 325); Blue value is 16 (6.64% from 255 or 4.92% from 325); Max value from RGB is 212 - color contains mainly: red. Hex color #D46110 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D46110 is #2B9EEF. Grayscale: #7A7A7A. Windows color (decimal): -2858736 or 1073620. OLE color: 1073620.

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

Color convert

RGB2129716-
CMYK00.540.920.17
HSL24.8º85.96%44.71%-
HSV(B)24.8º92.45%83.14%-
XYZ31.5222.583.19-
YUV122.1568.1192.09-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 65.23%
GREEN value IS 97 (38.28% from 255) = 29.85%
BLUE value IS 16 (6.64% from 255) = 4.92%
R=65.23%
G=29.85%
B=4.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.92
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212971600.540.920.1724.885.9644.71
HexD461100365C1119562d
Octal32414120066134213112655
Binary110101001100001100000110110101110010001110011010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46110; }

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

 H1.HeaderClassName
 {
   color: #D46110;
 }
 .AnyTagClassName
 {
   color: #D46110;
 }
</style>
background-color css

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

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

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

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

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

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