Html Css Color HEX #D0805F Burning Sand

📋 copy color: '#D0805F'

red 208 ◦ green 128 ◦ blue 95

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

Shades of Burning Sand #D0805F

Tints of Burning Sand #D0805F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 22.04%

R = 48.26%
G = 29.7%
B = 22.04%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D0805F (or 0xD0805F) is known color: Burning Sand. HEX triplet: D0, 80 and 5F. RGB value is (208,128,95). Sum of RGB (Red+Green+Blue) = 208+128+95=431 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.26% from 431); Green value is 128 (50.39% from 255 or 29.70% from 431); Blue value is 95 (37.5% from 255 or 22.04% from 431); Max value from RGB is 208 - color contains mainly: red. Hex color #D0805F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0805F is #2F7FA0. Grayscale: #949494. Windows color (decimal): -3112865 or 6258896. OLE color: 6258896.

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

Color convert

RGB 208 128 95 -
CMYK 0 0.38 0.54 0.18
HSL 17.52º 0.55% 0.59% -
HSV(B) 17.52º 0.54% 0.82% -
XYZ 35.8 29.67 14.67 -
YUV 148.16 98 170.68 -
System Red Green Blue C M Y K H S L
Decimal 208 128 95 0 0.38 0.54 0.18 17.52 0.55 0.59
Hex D0 80 5F 0 26 36 12 12 37 3B
Octal 320 200 137 0 46 66 22 22 67 73
Binary 11010000 10000000 1011111 0 100110 110110 10010 10010 110111 111011

Color Harmonies of #D0805F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0805F

Black with #D0805F

Text Example


Text Example

White with #D0805F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0805F; }

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

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

background-color css

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

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

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

border-color css

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

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

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