Html Css Color HEX #D9805A Burning Sand

📋 copy color: '#D9805A'

red 217 ◦ green 128 ◦ blue 90

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

Shades of Burning Sand #D9805A

Tints of Burning Sand #D9805A

RGB

 RED value IS 217 (85.16% from 255) = 49.89%

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

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

R = 49.89%
G = 29.43%
B = 20.69%

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

#D9805A (or 0xD9805A) is known color: Burning Sand. HEX triplet: D9, 80 and 5A. RGB value is (217,128,90). Sum of RGB (Red+Green+Blue) = 217+128+90=435 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.89% from 435); Green value is 128 (50.39% from 255 or 29.43% from 435); Blue value is 90 (35.55% from 255 or 20.69% from 435); Max value from RGB is 217 - color contains mainly: red. Hex color #D9805A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9805A is #267FA5. Grayscale: #969696. Windows color (decimal): -2523046 or 5931225. OLE color: 5931225.

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

Color convert

RGB 217 128 90 -
CMYK 0 0.41 0.59 0.15
HSL 17.95º 0.63% 0.6% -
HSV(B) 17.95º 0.59% 0.85% -
XYZ 38.18 30.93 13.63 -
YUV 150.28 93.99 175.59 -
System Red Green Blue C M Y K H S L
Decimal 217 128 90 0 0.41 0.59 0.15 17.95 0.63 0.6
Hex D9 80 5A 0 29 3B F 12 3F 3C
Octal 331 200 132 0 51 73 17 22 77 74
Binary 11011001 10000000 1011010 0 101001 111011 1111 10010 111111 111100

Color Harmonies of #D9805A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9805A

Black with #D9805A

Text Example


Text Example

White with #D9805A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9805A; }

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

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

background-color css

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

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

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

border-color css

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

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

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