Html Css Color HEX #D0805B Burning Sand

📋 copy color: '#D0805B'

red 208 ◦ green 128 ◦ blue 91

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

Shades of Burning Sand #D0805B

Tints of Burning Sand #D0805B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 21.31%

R = 48.71%
G = 29.98%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D0805B (or 0xD0805B) is known color: Burning Sand. HEX triplet: D0, 80 and 5B. RGB value is (208,128,91). Sum of RGB (Red+Green+Blue) = 208+128+91=427 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.71% from 427); Green value is 128 (50.39% from 255 or 29.98% from 427); Blue value is 91 (35.94% from 255 or 21.31% from 427); Max value from RGB is 208 - color contains mainly: red. Hex color #D0805B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0805B is #2F7FA4. Grayscale: #939393. Windows color (decimal): -3112869 or 5996752. OLE color: 5996752.

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

Color convert

RGB 208 128 91 -
CMYK 0 0.38 0.56 0.18
HSL 18.97º 0.55% 0.59% -
HSV(B) 18.97º 0.56% 0.82% -
XYZ 35.62 29.6 13.73 -
YUV 147.7 96 171.01 -
System Red Green Blue C M Y K H S L
Decimal 208 128 91 0 0.38 0.56 0.18 18.97 0.55 0.59
Hex D0 80 5B 0 26 38 12 13 37 3B
Octal 320 200 133 0 46 70 22 23 67 73
Binary 11010000 10000000 1011011 0 100110 111000 10010 10011 110111 111011

Color Harmonies of #D0805B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0805B

Black with #D0805B

Text Example


Text Example

White with #D0805B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0805B; }

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

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

background-color css

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

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

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

border-color css

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

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

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