Html Css Color HEX #D5805A Burning Sand

📋 copy color: '#D5805A'

red 213 ◦ green 128 ◦ blue 90

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

Shades of Burning Sand #D5805A

Tints of Burning Sand #D5805A

RGB

 RED value IS 213 (83.59% from 255) = 49.42%

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

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

R = 49.42%
G = 29.7%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D5805A (or 0xD5805A) is known color: Burning Sand. HEX triplet: D5, 80 and 5A. RGB value is (213,128,90). Sum of RGB (Red+Green+Blue) = 213+128+90=431 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.42% from 431); Green value is 128 (50.39% from 255 or 29.70% from 431); Blue value is 90 (35.55% from 255 or 20.88% from 431); Max value from RGB is 213 - color contains mainly: red. Hex color #D5805A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5805A is #2A7FA5. Grayscale: #959595. Windows color (decimal): -2785190 or 5931221. OLE color: 5931221.

HSL color Cylindrical-coordinate representation of color #D5805A: hue angle of 18.54º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D5805A is Cyan = 0, Magento = 0.40, Yellow = 0.58 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 128 90 -
CMYK 0 0.40 0.58 0.16
HSL 18.54º 0.59% 0.59% -
HSV(B) 18.54º 0.58% 0.84% -
XYZ 37.01 30.32 13.58 -
YUV 149.08 94.66 173.59 -
System Red Green Blue C M Y K H S L
Decimal 213 128 90 0 0.40 0.58 0.16 18.54 0.59 0.59
Hex D5 80 5A 0 28 3A 10 13 3B 3B
Octal 325 200 132 0 50 72 20 23 73 73
Binary 11010101 10000000 1011010 0 101000 111010 10000 10011 111011 111011

Color Harmonies of #D5805A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5805A

Black with #D5805A

Text Example


Text Example

White with #D5805A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5805A; }

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

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

background-color css

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

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

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

border-color css

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

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

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