#D66F0D

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

Shades of Chocolate #D66F0D

Tints of Chocolate #D66F0D

Color information

#D66F0D (or 0xD66F0D) is unknown color: approx Chocolate. HEX triplet: D6, 6F and 0D. RGB value is (214,111,13). Sum of RGB (Red+Green+Blue) = 214+111+13=338 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.31% from 338); Green value is 111 (43.75% from 255 or 32.84% from 338); Blue value is 13 (5.47% from 255 or 3.85% from 338); Max value from RGB is 214 - color contains mainly: red. Hex color #D66F0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D66F0D is #2990F2. Grayscale: #838383. Windows color (decimal): -2724083 or 880598. OLE color: 880598.

HSL color Cylindrical-coordinate representation of color #D66F0D: hue angle of 29.25º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D66F0D is Cyan = 0, Magento = 0.48, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB21411113-
CMYK00.480.940.16
HSL29.25º88.55%44.51%-
HSV(B)29.25º93.93%83.92%-
XYZ33.4925.693.58-
YUV130.6261.62187.47-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 63.31%
GREEN value IS 111 (43.75% from 255) = 32.84%
BLUE value IS 13 (5.47% from 255) = 3.85%
R=63.31%
G=32.84%
B=3.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.94
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141111300.480.940.1629.2588.5544.51
HexD66FD0305E101d592d
Octal32615715060136203513155
Binary11010110110111111010110000101111010000111011011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66F0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66F0D; }

 p { color: rgb(214,111,13); }

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

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

 a { background-color: rgb(214,111,13); }

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

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

 span { border-color: rgb(214,111,13); }

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