#d05d13

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

Shades of Chocolate #D05D13

Tints of Chocolate #D05D13

Color information

#D05D13 (or 0xD05D13) is unknown color: approx Chocolate. HEX triplet: D0, 5D and 13. RGB value is (208,93,19). Sum of RGB (Red+Green+Blue) = 208+93+19=320 (42% of max value = 765). Red value is 208 (81.64% from 255 or 65% from 320); Green value is 93 (36.72% from 255 or 29.06% from 320); Blue value is 19 (7.81% from 255 or 5.94% from 320); Max value from RGB is 208 - color contains mainly: red. Hex color #D05D13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D05D13 is #2FA2EC. Grayscale: #777777. Windows color (decimal): -3121901 or 1269200. OLE color: 1269200.

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

Color convert

RGB2089319-
CMYK00.550.910.18
HSL23.49º83.26%44.51%-
HSV(B)23.49º90.87%81.57%-
XYZ30.0421.293.14-
YUV118.9571.6191.52-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 65%
GREEN value IS 93 (36.72% from 255) = 29.06%
BLUE value IS 19 (7.81% from 255) = 5.94%
R=65%
G=29.06%
B=5.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.91
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208931900.550.910.1823.4983.2644.51
HexD05D130375B1217532d
Octal32013523067133222712355
Binary110100001011101100110110111101101110010101111010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d05d13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d05d13; }

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

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

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

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

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

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

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

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