Html Css Color HEX #D0805A Burning Sand

📋 copy color: '#D0805A'

red 208 ◦ green 128 ◦ blue 90

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

Shades of Burning Sand #D0805A

Tints of Burning Sand #D0805A

RGB

 RED value IS 208 (81.64% from 255) = 48.83%

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

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

R = 48.83%
G = 30.05%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D0805A (or 0xD0805A) is known color: Burning Sand. HEX triplet: D0, 80 and 5A. RGB value is (208,128,90). Sum of RGB (Red+Green+Blue) = 208+128+90=426 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.83% from 426); Green value is 128 (50.39% from 255 or 30.05% from 426); Blue value is 90 (35.55% from 255 or 21.13% from 426); Max value from RGB is 208 - color contains mainly: red. Hex color #D0805A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0805A is #2F7FA5. Grayscale: #939393. Windows color (decimal): -3112870 or 5931216. OLE color: 5931216.

HSL color Cylindrical-coordinate representation of color #D0805A: hue angle of 19.32º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D0805A is Cyan = 0, Magento = 0.38, Yellow = 0.57 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 128 90 -
CMYK 0 0.38 0.57 0.18
HSL 19.32º 0.56% 0.58% -
HSV(B) 19.32º 0.57% 0.82% -
XYZ 35.58 29.59 13.51 -
YUV 147.59 95.5 171.09 -
System Red Green Blue C M Y K H S L
Decimal 208 128 90 0 0.38 0.57 0.18 19.32 0.56 0.58
Hex D0 80 5A 0 26 39 12 13 38 3A
Octal 320 200 132 0 46 71 22 23 70 72
Binary 11010000 10000000 1011010 0 100110 111001 10010 10011 111000 111010

Color Harmonies of #D0805A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0805A

Black with #D0805A

Text Example


Text Example

White with #D0805A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0805A; }

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

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

background-color css

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

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

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

border-color css

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

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

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