Html Css Color HEX #DA8060 Burning Sand

📋 copy color: '#DA8060'

red 218 ◦ green 128 ◦ blue 96

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

Shades of Burning Sand #DA8060

Tints of Burning Sand #DA8060

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 21.72%

R = 49.32%
G = 28.96%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#DA8060 (or 0xDA8060) is known color: Burning Sand. HEX triplet: DA, 80 and 60. RGB value is (218,128,96). Sum of RGB (Red+Green+Blue) = 218+128+96=442 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.32% from 442); Green value is 128 (50.39% from 255 or 28.96% from 442); Blue value is 96 (37.89% from 255 or 21.72% from 442); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8060 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8060 is #257F9F. Grayscale: #979797. Windows color (decimal): -2457504 or 6324442. OLE color: 6324442.

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

Color convert

RGB 218 128 96 -
CMYK 0 0.41 0.56 0.15
HSL 15.74º 0.62% 0.62% -
HSV(B) 15.74º 0.56% 0.85% -
XYZ 38.74 31.19 15.04 -
YUV 151.26 96.82 175.6 -
System Red Green Blue C M Y K H S L
Decimal 218 128 96 0 0.41 0.56 0.15 15.74 0.62 0.62
Hex DA 80 60 0 29 38 F 10 3E 3E
Octal 332 200 140 0 51 70 17 20 76 76
Binary 11011010 10000000 1100000 0 101001 111000 1111 10000 111110 111110

Color Harmonies of #DA8060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8060

Black with #DA8060

Text Example


Text Example

White with #DA8060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8060; }

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

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

background-color css

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

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

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

border-color css

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

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

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