#db631e

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

Shades of Chocolate #DB631E

Tints of Chocolate #DB631E

Color information

#DB631E (or 0xDB631E) is unknown color: approx Chocolate. HEX triplet: DB, 63 and 1E. RGB value is (219,99,30). Sum of RGB (Red+Green+Blue) = 219+99+30=348 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.93% from 348); Green value is 99 (39.06% from 255 or 28.45% from 348); Blue value is 30 (12.11% from 255 or 8.62% from 348); Max value from RGB is 219 - color contains mainly: red. Hex color #DB631E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB631E is #249CE1. Grayscale: #7F7F7F. Windows color (decimal): -2399458 or 1991643. OLE color: 1991643.

HSL color Cylindrical-coordinate representation of color #DB631E: hue angle of 21.9º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DB631E is Cyan = 0, Magento = 0.55, Yellow = 0.86 and Black (K on CMYK) = 0.14.

Color convert

RGB2199930-
CMYK00.550.860.14
HSL21.9º75.9%48.82%-
HSV(B)21.9º86.3%85.88%-
XYZ33.9124.084.09-
YUV127.0173.26193.61-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 62.93%
GREEN value IS 99 (39.06% from 255) = 28.45%
BLUE value IS 30 (12.11% from 255) = 8.62%
R=62.93%
G=28.45%
B=8.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.86
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219993000.550.860.1421.975.948.82
HexDB631E03756E164c31
Octal33314336067126162611461
Binary11011011110001111110011011110101101110101101001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #db631e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #db631e; }

 p { color: rgb(219,99,30); }

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

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

 a { background-color: rgb(219,99,30); }

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

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

 span { border-color: rgb(219,99,30); }

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