#D45E1C

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

Shades of Chocolate #D45E1C

Tints of Chocolate #D45E1C

Color information

#D45E1C (or 0xD45E1C) is unknown color: approx Chocolate. HEX triplet: D4, 5E and 1C. RGB value is (212,94,28). Sum of RGB (Red+Green+Blue) = 212+94+28=334 (44% of max value = 765). Red value is 212 (83.20% from 255 or 63.47% from 334); Green value is 94 (37.11% from 255 or 28.14% from 334); Blue value is 28 (11.33% from 255 or 8.38% from 334); Max value from RGB is 212 - color contains mainly: red. Hex color #D45E1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D45E1C is #2BA1E3. Grayscale: #7A7A7A. Windows color (decimal): -2859492 or 1859284. OLE color: 1859284.

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

Color convert

RGB2129428-
CMYK00.560.870.17
HSL21.52º76.67%47.06%-
HSV(B)21.52º86.79%83.14%-
XYZ31.3622.093.71-
YUV121.7675.09192.37-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 63.47%
GREEN value IS 94 (37.11% from 255) = 28.14%
BLUE value IS 28 (11.33% from 255) = 8.38%
R=63.47%
G=28.14%
B=8.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.87
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212942800.560.870.1721.5276.6747.06
HexD45E1C0385711164d2f
Octal32413634070127212611557
Binary110101001011110111000111000101011110001101101001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D45E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D45E1C; }

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

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

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

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

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

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

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

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