#D06F25

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

Shades of Chocolate #D06F25

Tints of Chocolate #D06F25

Color information

#D06F25 (or 0xD06F25) is unknown color: approx Chocolate. HEX triplet: D0, 6F and 25. RGB value is (208,111,37). Sum of RGB (Red+Green+Blue) = 208+111+37=356 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.43% from 356); Green value is 111 (43.75% from 255 or 31.18% from 356); Blue value is 37 (14.84% from 255 or 10.39% from 356); Max value from RGB is 208 - color contains mainly: red. Hex color #D06F25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06F25 is #2F90DA. Grayscale: #838383. Windows color (decimal): -3117275 or 2453456. OLE color: 2453456.

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

Color convert

RGB20811137-
CMYK00.470.820.18
HSL25.96º69.8%48.04%-
HSV(B)25.96º82.21%81.57%-
XYZ32.0324.914.87-
YUV131.5774.64182.52-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 58.43%
GREEN value IS 111 (43.75% from 255) = 31.18%
BLUE value IS 37 (14.84% from 255) = 10.39%
R=58.43%
G=31.18%
B=10.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.82
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081113700.470.820.1825.9669.848.04
HexD06F2502F52121a4630
Octal32015745057122223210660
Binary1101000011011111001010101111101001010010110101000110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06F25; }

 p { color: rgb(208,111,37); }

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

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

 a { background-color: rgb(208,111,37); }

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

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

 span { border-color: rgb(208,111,37); }

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