#DA825D

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

Shades of Burning Sand #DA825D

Tints of Burning Sand #DA825D

Color information

#DA825D (or 0xDA825D) is unknown color: approx Burning Sand. HEX triplet: DA, 82 and 5D. RGB value is (218,130,93). Sum of RGB (Red+Green+Blue) = 218+130+93=441 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.43% from 441); Green value is 130 (51.17% from 255 or 29.48% from 441); Blue value is 93 (36.72% from 255 or 21.09% from 441); Max value from RGB is 218 - color contains mainly: red. Hex color #DA825D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA825D is #257DA2. Grayscale: #989898. Windows color (decimal): -2456995 or 6128346. OLE color: 6128346.

HSL color Cylindrical-coordinate representation of color #DA825D: hue angle of 17.76º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DA825D is Cyan = 0, Magento = 0.40, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB21813093-
CMYK00.400.570.15
HSL17.76º62.81%60.98%-
HSV(B)17.76º57.34%85.49%-
XYZ38.8731.6614.42-
YUV152.0994.65175.01-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 49.43%
GREEN value IS 130 (51.17% from 255) = 29.48%
BLUE value IS 93 (36.72% from 255) = 21.09%
R=49.43%
G=29.48%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181309300.400.570.1517.7662.8160.98
HexDA825D02839F123f3d
Octal3322021350507117227775
Binary110110101000001010111010101000111001111110010111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA825D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA825D; }

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

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

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

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

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

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

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

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