Html Css Color HEX #DA8059 Burning Sand

📋 copy color: '#DA8059'

red 218 ◦ green 128 ◦ blue 89

#DA8059
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Burning Sand #DA8059

Tints of Burning Sand #DA8059

RGB

 RED value IS 218 (85.55% from 255) = 50.11%

 GREEN value IS 128 (50.39% from 255) = 29.43%

 BLUE value IS 89 (35.16% from 255) = 20.46%

R = 50.11%
G = 29.43%
B = 20.46%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#DA8059 (or 0xDA8059) is known color: Burning Sand. HEX triplet: DA, 80 and 59. RGB value is (218,128,89). Sum of RGB (Red+Green+Blue) = 218+128+89=435 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.11% from 435); Green value is 128 (50.39% from 255 or 29.43% from 435); Blue value is 89 (35.16% from 255 or 20.46% from 435); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8059 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8059 is #257FA6. Grayscale: #969696. Windows color (decimal): -2457511 or 5865690. OLE color: 5865690.

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

Color convert

RGB 218 128 89 -
CMYK 0 0.41 0.59 0.15
HSL 18.14º 0.64% 0.6% -
HSV(B) 18.14º 0.59% 0.85% -
XYZ 38.44 31.07 13.42 -
YUV 150.46 93.32 176.17 -
System Red Green Blue C M Y K H S L
Decimal 218 128 89 0 0.41 0.59 0.15 18.14 0.64 0.6
Hex DA 80 59 0 29 3B F 12 40 3C
Octal 332 200 131 0 51 73 17 22 100 74
Binary 11011010 10000000 1011001 0 101001 111011 1111 10010 1000000 111100

Color Harmonies of #DA8059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8059

Black with #DA8059

Text Example


Text Example

White with #DA8059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8059; }

 p { color: rgb(218,128,89); }

 H1.HeaderClassName
 {
   color: #DA8059;
 }
 .AnyTagClassName
 {
   color: #DA8059;
 }
</style>

background-color css

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

 a { background-color: rgb(218,128,89); }

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

border-color css

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

 span { border-color: rgb(218,128,89); }

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