#D66B25

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

Shades of Chocolate #D66B25

Tints of Chocolate #D66B25

Color information

#D66B25 (or 0xD66B25) is unknown color: approx Chocolate. HEX triplet: D6, 6B and 25. RGB value is (214,107,37). Sum of RGB (Red+Green+Blue) = 214+107+37=358 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.78% from 358); Green value is 107 (42.19% from 255 or 29.89% from 358); Blue value is 37 (14.84% from 255 or 10.34% from 358); Max value from RGB is 214 - color contains mainly: red. Hex color #D66B25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66B25 is #2994DA. Grayscale: #838383. Windows color (decimal): -2725083 or 2452438. OLE color: 2452438.

HSL color Cylindrical-coordinate representation of color #D66B25: hue angle of 23.73º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D66B25 is Cyan = 0, Magento = 0.50, Yellow = 0.83 and Black (K on CMYK) = 0.16.

Color convert

RGB21410737-
CMYK00.500.830.16
HSL23.73º70.52%49.22%-
HSV(B)23.73º82.71%83.92%-
XYZ33.3224.954.81-
YUV131.0174.95187.19-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 59.78%
GREEN value IS 107 (42.19% from 255) = 29.89%
BLUE value IS 37 (14.84% from 255) = 10.34%
R=59.78%
G=29.89%
B=10.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.83
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141073700.500.830.1623.7370.5249.22
HexD66B250325310184731
Octal32615345062123203010761
Binary1101011011010111001010110010101001110000110001000111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66B25; }

 p { color: rgb(214,107,37); }

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

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

 a { background-color: rgb(214,107,37); }

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

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

 span { border-color: rgb(214,107,37); }

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