#d06627

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

Shades of Chocolate #D06627

Tints of Chocolate #D06627

Color information

#D06627 (or 0xD06627) is unknown color: approx Chocolate. HEX triplet: D0, 66 and 27. RGB value is (208,102,39). Sum of RGB (Red+Green+Blue) = 208+102+39=349 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.60% from 349); Green value is 102 (40.23% from 255 or 29.23% from 349); Blue value is 39 (15.62% from 255 or 11.17% from 349); Max value from RGB is 208 - color contains mainly: red. Hex color #D06627 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06627 is #2F99D8. Grayscale: #7E7E7E. Windows color (decimal): -3119577 or 2582224. OLE color: 2582224.

HSL color Cylindrical-coordinate representation of color #D06627: hue angle of 22.37º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D06627 is Cyan = 0, Magento = 0.51, Yellow = 0.81 and Black (K on CMYK) = 0.18.

Color convert

RGB20810239-
CMYK00.510.810.18
HSL22.37º68.42%48.43%-
HSV(B)22.37º81.25%81.57%-
XYZ31.1323.064.73-
YUV126.5178.62186.12-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 59.60%
GREEN value IS 102 (40.23% from 255) = 29.23%
BLUE value IS 39 (15.62% from 255) = 11.17%
R=59.60%
G=29.23%
B=11.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.81
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081023900.510.810.1822.3768.4248.43
HexD066270335112164430
Octal32014647063121222610460
Binary1101000011001101001110110011101000110010101101000100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d06627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d06627; }

 p { color: rgb(208,102,39); }

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

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

 a { background-color: rgb(208,102,39); }

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

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

 span { border-color: rgb(208,102,39); }

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