#DB7F55

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

Shades of Burning Sand #DB7F55

Tints of Burning Sand #DB7F55

Color information

#DB7F55 (or 0xDB7F55) is unknown color: approx Burning Sand. HEX triplet: DB, 7F and 55. RGB value is (219,127,85). Sum of RGB (Red+Green+Blue) = 219+127+85=431 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.81% from 431); Green value is 127 (50% from 255 or 29.47% from 431); Blue value is 85 (33.59% from 255 or 19.72% from 431); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7F55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7F55 is #2480AA. Grayscale: #959595. Windows color (decimal): -2392235 or 5603291. OLE color: 5603291.

HSL color Cylindrical-coordinate representation of color #DB7F55: hue angle of 18.81º 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 #DB7F55 is Cyan = 0, Magento = 0.42, Yellow = 0.61 and Black (K on CMYK) = 0.14.

Color convert

RGB21912785-
CMYK00.420.610.14
HSL18.81º65.05%59.61%-
HSV(B)18.81º61.19%85.88%-
XYZ38.4430.8912.53-
YUV149.7291.48177.42-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 50.81%
GREEN value IS 127 (50% from 255) = 29.47%
BLUE value IS 85 (33.59% from 255) = 19.72%
R=50.81%
G=29.47%
B=19.72%

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
Decimal2191278500.420.610.1418.8165.0559.61
HexDB7F5502A3DE13413c
Octal33317712505275162310174
Binary110110111111111101010101010101111011110100111000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB7F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB7F55; }

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

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

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

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

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

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

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

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