#DB8055

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

Shades of Burning Sand #DB8055

Tints of Burning Sand #DB8055

Color information

#DB8055 (or 0xDB8055) is unknown color: approx Burning Sand. HEX triplet: DB, 80 and 55. RGB value is (219,128,85). Sum of RGB (Red+Green+Blue) = 219+128+85=432 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.69% from 432); Green value is 128 (50.39% from 255 or 29.63% from 432); Blue value is 85 (33.59% from 255 or 19.68% from 432); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8055 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8055 is #247FAA. Grayscale: #969696. Windows color (decimal): -2391979 or 5603547. OLE color: 5603547.

HSL color Cylindrical-coordinate representation of color #DB8055: hue angle of 19.25º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DB8055 is Cyan = 0, Magento = 0.42, Yellow = 0.61 and Black (K on CMYK) = 0.14.

Color convert

RGB21912885-
CMYK00.420.610.14
HSL19.25º65.05%59.61%-
HSV(B)19.25º61.19%85.88%-
XYZ38.5731.1512.57-
YUV150.3191.15177-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 50.69%
GREEN value IS 128 (50.39% from 255) = 29.63%
BLUE value IS 85 (33.59% from 255) = 19.68%
R=50.69%
G=29.63%
B=19.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.61
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191288500.420.610.1419.2565.0559.61
HexDB805502A3DE13413c
Octal33320012505275162310174
Binary1101101110000000101010101010101111011110100111000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8055; }

 p { color: rgb(219,128,85); }

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

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

 a { background-color: rgb(219,128,85); }

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

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

 span { border-color: rgb(219,128,85); }

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