#DA8355

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

Shades of Burning Sand #DA8355

Tints of Burning Sand #DA8355

Color information

#DA8355 (or 0xDA8355) is unknown color: approx Burning Sand. HEX triplet: DA, 83 and 55. RGB value is (218,131,85). Sum of RGB (Red+Green+Blue) = 218+131+85=434 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.23% from 434); Green value is 131 (51.56% from 255 or 30.18% from 434); Blue value is 85 (33.59% from 255 or 19.59% from 434); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8355 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8355 is #257CAA. Grayscale: #989898. Windows color (decimal): -2456747 or 5604314. OLE color: 5604314.

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

Color convert

RGB21813185-
CMYK00.400.610.15
HSL20.75º64.25%59.41%-
HSV(B)20.75º61.01%85.49%-
XYZ38.6731.7912.69-
YUV151.7790.32175.24-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 50.23%
GREEN value IS 131 (51.56% from 255) = 30.18%
BLUE value IS 85 (33.59% from 255) = 19.59%
R=50.23%
G=30.18%
B=19.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.61
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181318500.400.610.1520.7564.2559.41
HexDA83550283DF15403b
Octal33220312505075172510073
Binary1101101010000011101010101010001111011111101011000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8355; }

 p { color: rgb(218,131,85); }

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

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

 a { background-color: rgb(218,131,85); }

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

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

 span { border-color: rgb(218,131,85); }

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