#DD6512

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

Shades of Chocolate #DD6512

Tints of Chocolate #DD6512

Color information

#DD6512 (or 0xDD6512) is unknown color: approx Chocolate. HEX triplet: DD, 65 and 12. RGB value is (221,101,18). Sum of RGB (Red+Green+Blue) = 221+101+18=340 (45% of max value = 765). Red value is 221 (86.72% from 255 or 65% from 340); Green value is 101 (39.84% from 255 or 29.71% from 340); Blue value is 18 (7.42% from 255 or 5.29% from 340); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6512 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6512 is #229AED. Grayscale: #7F7F7F. Windows color (decimal): -2267886 or 1205725. OLE color: 1205725.

HSL color Cylindrical-coordinate representation of color #DD6512: hue angle of 24.53º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DD6512 is Cyan = 0, Magento = 0.54, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB22110118-
CMYK00.540.920.13
HSL24.53º84.94%46.86%-
HSV(B)24.53º91.86%86.67%-
XYZ34.5824.723.52-
YUV127.4266.26194.75-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 65%
GREEN value IS 101 (39.84% from 255) = 29.71%
BLUE value IS 18 (7.42% from 255) = 5.29%
R=65%
G=29.71%
B=5.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.92
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211011800.540.920.1324.5384.9446.86
HexDD65120365CD19552f
Octal33514522066134153112557
Binary11011101110010110010011011010111001101110011010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6512; }

 p { color: rgb(221,101,18); }

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

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

 a { background-color: rgb(221,101,18); }

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

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

 span { border-color: rgb(221,101,18); }

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