#D05B14

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

Shades of Chocolate #D05B14

Tints of Chocolate #D05B14

Color information

#D05B14 (or 0xD05B14) is unknown color: approx Chocolate. HEX triplet: D0, 5B and 14. RGB value is (208,91,20). Sum of RGB (Red+Green+Blue) = 208+91+20=319 (42% of max value = 765). Red value is 208 (81.64% from 255 or 65.20% from 319); Green value is 91 (35.94% from 255 or 28.53% from 319); Blue value is 20 (8.20% from 255 or 6.27% from 319); Max value from RGB is 208 - color contains mainly: red. Hex color #D05B14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D05B14 is #2FA4EB. Grayscale: #767676. Windows color (decimal): -3122412 or 1334224. OLE color: 1334224.

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

Color convert

RGB2089120-
CMYK00.560.900.18
HSL22.66º82.46%44.71%-
HSV(B)22.66º90.38%81.57%-
XYZ29.8820.943.13-
YUV117.8972.76192.27-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 65.20%
GREEN value IS 91 (35.94% from 255) = 28.53%
BLUE value IS 20 (8.20% from 255) = 6.27%
R=65.20%
G=28.53%
B=6.27%

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
Decimal208912000.560.900.1822.6682.4644.71
HexD05B140385A1217522d
Octal32013324070132222712255
Binary110100001011011101000111000101101010010101111010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D05B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D05B14; }

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

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

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

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

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

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

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

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