#D05D1D

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

Shades of Chocolate #D05D1D

Tints of Chocolate #D05D1D

Color information

#D05D1D (or 0xD05D1D) is unknown color: approx Chocolate. HEX triplet: D0, 5D and 1D. RGB value is (208,93,29). Sum of RGB (Red+Green+Blue) = 208+93+29=330 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.03% from 330); Green value is 93 (36.72% from 255 or 28.18% from 330); Blue value is 29 (11.72% from 255 or 8.79% from 330); Max value from RGB is 208 - color contains mainly: red. Hex color #D05D1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D05D1D is #2FA2E2. Grayscale: #787878. Windows color (decimal): -3121891 or 1924560. OLE color: 1924560.

HSL color Cylindrical-coordinate representation of color #D05D1D: hue angle of 21.45º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D05D1D is Cyan = 0, Magento = 0.55, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB2089329-
CMYK00.550.860.18
HSL21.45º75.53%46.47%-
HSV(B)21.45º86.06%81.57%-
XYZ30.1521.333.69-
YUV120.0976.6190.7-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 63.03%
GREEN value IS 93 (36.72% from 255) = 28.18%
BLUE value IS 29 (11.72% from 255) = 8.79%
R=63.03%
G=28.18%
B=8.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.86
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208932900.550.860.1821.4575.5346.47
HexD05D1D0375612154c2e
Octal32013535067126222511456
Binary110100001011101111010110111101011010010101011001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D05D1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D05D1D; }

 p { color: rgb(208,93,29); }

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

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

 a { background-color: rgb(208,93,29); }

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

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

 span { border-color: rgb(208,93,29); }

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