#DB825D

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

Shades of Burning Sand #DB825D

Tints of Burning Sand #DB825D

Color information

#DB825D (or 0xDB825D) is unknown color: approx Burning Sand. HEX triplet: DB, 82 and 5D. RGB value is (219,130,93). Sum of RGB (Red+Green+Blue) = 219+130+93=442 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.55% from 442); Green value is 130 (51.17% from 255 or 29.41% from 442); Blue value is 93 (36.72% from 255 or 21.04% from 442); Max value from RGB is 219 - color contains mainly: red. Hex color #DB825D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB825D is #247DA2. Grayscale: #989898. Windows color (decimal): -2391459 or 6128347. OLE color: 6128347.

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

Color convert

RGB21913093-
CMYK00.410.580.14
HSL17.62º63.64%61.18%-
HSV(B)17.62º57.53%85.88%-
XYZ39.1731.8214.43-
YUV152.3994.49175.51-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 49.55%
GREEN value IS 130 (51.17% from 255) = 29.41%
BLUE value IS 93 (36.72% from 255) = 21.04%
R=49.55%
G=29.41%
B=21.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.58
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191309300.410.580.1417.6263.6461.18
HexDB825D0293AE12403d
Octal33320213505172162210075
Binary1101101110000010101110101010011110101110100101000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB825D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB825D; }

 p { color: rgb(219,130,93); }

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

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

 a { background-color: rgb(219,130,93); }

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

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

 span { border-color: rgb(219,130,93); }

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