Html Css Color HEX #DA805A Burning Sand

📋 copy color: '#DA805A'

red 218 ◦ green 128 ◦ blue 90

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

Shades of Burning Sand #DA805A

Tints of Burning Sand #DA805A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 20.64%

R = 50%
G = 29.36%
B = 20.64%

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

#DA805A (or 0xDA805A) is known color: Burning Sand. HEX triplet: DA, 80 and 5A. RGB value is (218,128,90). Sum of RGB (Red+Green+Blue) = 218+128+90=436 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50% from 436); Green value is 128 (50.39% from 255 or 29.36% from 436); Blue value is 90 (35.55% from 255 or 20.64% from 436); Max value from RGB is 218 - color contains mainly: red. Hex color #DA805A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA805A is #257FA5. Grayscale: #969696. Windows color (decimal): -2457510 or 5931226. OLE color: 5931226.

HSL color Cylindrical-coordinate representation of color #DA805A: hue angle of 17.81º degrees, saturation: 0.63, 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 #DA805A is Cyan = 0, Magento = 0.41, Yellow = 0.59 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 128 90 -
CMYK 0 0.41 0.59 0.15
HSL 17.81º 0.63% 0.6% -
HSV(B) 17.81º 0.59% 0.85% -
XYZ 38.48 31.08 13.64 -
YUV 150.58 93.82 176.09 -
System Red Green Blue C M Y K H S L
Decimal 218 128 90 0 0.41 0.59 0.15 17.81 0.63 0.6
Hex DA 80 5A 0 29 3B F 12 3F 3C
Octal 332 200 132 0 51 73 17 22 77 74
Binary 11011010 10000000 1011010 0 101001 111011 1111 10010 111111 111100

Color Harmonies of #DA805A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA805A

Black with #DA805A

Text Example


Text Example

White with #DA805A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA805A; }

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

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

background-color css

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

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

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

border-color css

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

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

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