#db661c

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

Shades of Chocolate #DB661C

Tints of Chocolate #DB661C

Color information

#DB661C (or 0xDB661C) is unknown color: approx Chocolate. HEX triplet: DB, 66 and 1C. RGB value is (219,102,28). Sum of RGB (Red+Green+Blue) = 219+102+28=349 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.75% from 349); Green value is 102 (40.23% from 255 or 29.23% from 349); Blue value is 28 (11.33% from 255 or 8.02% from 349); Max value from RGB is 219 - color contains mainly: red. Hex color #DB661C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB661C is #2499E3. Grayscale: #808080. Windows color (decimal): -2398692 or 1861339. OLE color: 1861339.

HSL color Cylindrical-coordinate representation of color #DB661C: hue angle of 23.25º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DB661C is Cyan = 0, Magento = 0.53, Yellow = 0.87 and Black (K on CMYK) = 0.14.

Color convert

RGB21910228-
CMYK00.530.870.14
HSL23.25º77.33%48.43%-
HSV(B)23.25º87.21%85.88%-
XYZ34.1724.654.05-
YUV128.5571.26192.52-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 62.75%
GREEN value IS 102 (40.23% from 255) = 29.23%
BLUE value IS 28 (11.33% from 255) = 8.02%
R=62.75%
G=29.23%
B=8.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.87
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191022800.530.870.1423.2577.3348.43
HexDB661C03557E174d30
Octal33314634065127162711560
Binary11011011110011011100011010110101111110101111001101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #db661c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #db661c; }

 p { color: rgb(219,102,28); }

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

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

 a { background-color: rgb(219,102,28); }

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

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

 span { border-color: rgb(219,102,28); }

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