#D46F1C

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

Shades of Chocolate #D46F1C

Tints of Chocolate #D46F1C

Color information

#D46F1C (or 0xD46F1C) is unknown color: approx Chocolate. HEX triplet: D4, 6F and 1C. RGB value is (212,111,28). Sum of RGB (Red+Green+Blue) = 212+111+28=351 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.40% from 351); Green value is 111 (43.75% from 255 or 31.62% from 351); Blue value is 28 (11.33% from 255 or 7.98% from 351); Max value from RGB is 212 - color contains mainly: red. Hex color #D46F1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D46F1C is #2B90E3. Grayscale: #848484. Windows color (decimal): -2855140 or 1863636. OLE color: 1863636.

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

Color convert

RGB21211128-
CMYK00.480.870.17
HSL27.07º76.67%47.06%-
HSV(B)27.07º86.79%83.14%-
XYZ33.0525.454.27-
YUV131.7469.46185.25-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 60.40%
GREEN value IS 111 (43.75% from 255) = 31.62%
BLUE value IS 28 (11.33% from 255) = 7.98%
R=60.40%
G=31.62%
B=7.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.87
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121112800.480.870.1727.0776.6747.06
HexD46F1C03057111b4d2f
Octal32415734060127213311557
Binary110101001101111111000110000101011110001110111001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46F1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46F1C; }

 p { color: rgb(212,111,28); }

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

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

 a { background-color: rgb(212,111,28); }

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

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

 span { border-color: rgb(212,111,28); }

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