#D05B15

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

Shades of Chocolate #D05B15

Tints of Chocolate #D05B15

Color information

#D05B15 (or 0xD05B15) is unknown color: approx Chocolate. HEX triplet: D0, 5B and 15. RGB value is (208,91,21). Sum of RGB (Red+Green+Blue) = 208+91+21=320 (42% of max value = 765). Red value is 208 (81.64% from 255 or 65% from 320); Green value is 91 (35.94% from 255 or 28.44% from 320); Blue value is 21 (8.59% from 255 or 6.56% from 320); Max value from RGB is 208 - color contains mainly: red. Hex color #D05B15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D05B15 is #2FA4EA. Grayscale: #767676. Windows color (decimal): -3122411 or 1399760. OLE color: 1399760.

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

Color convert

RGB2089121-
CMYK00.560.900.18
HSL22.46º81.66%44.9%-
HSV(B)22.46º89.9%81.57%-
XYZ29.8920.953.18-
YUV11873.26192.19-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 65%
GREEN value IS 91 (35.94% from 255) = 28.44%
BLUE value IS 21 (8.59% from 255) = 6.56%
R=65%
G=28.44%
B=6.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.90
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208912100.560.900.1822.4681.6644.9
HexD05B150385A1216522d
Octal32013325070132222612255
Binary110100001011011101010111000101101010010101101010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D05B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D05B15; }

 p { color: rgb(208,91,21); }

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

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

 a { background-color: rgb(208,91,21); }

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

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

 span { border-color: rgb(208,91,21); }

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