Html Css Color HEX #D08059 Burning Sand

📋 copy color: '#D08059'

red 208 ◦ green 128 ◦ blue 89

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

Shades of Burning Sand #D08059

Tints of Burning Sand #D08059

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 20.94%

R = 48.94%
G = 30.12%
B = 20.94%

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

#D08059 (or 0xD08059) is known color: Burning Sand. HEX triplet: D0, 80 and 59. RGB value is (208,128,89). Sum of RGB (Red+Green+Blue) = 208+128+89=425 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.94% from 425); Green value is 128 (50.39% from 255 or 30.12% from 425); Blue value is 89 (35.16% from 255 or 20.94% from 425); Max value from RGB is 208 - color contains mainly: red. Hex color #D08059 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08059 is #2F7FA6. Grayscale: #939393. Windows color (decimal): -3112871 or 5865680. OLE color: 5865680.

HSL color Cylindrical-coordinate representation of color #D08059: hue angle of 19.66º 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 #D08059 is Cyan = 0, Magento = 0.38, Yellow = 0.57 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 128 89 -
CMYK 0 0.38 0.57 0.18
HSL 19.66º 0.56% 0.58% -
HSV(B) 19.66º 0.57% 0.82% -
XYZ 35.53 29.57 13.29 -
YUV 147.47 95 171.17 -
System Red Green Blue C M Y K H S L
Decimal 208 128 89 0 0.38 0.57 0.18 19.66 0.56 0.58
Hex D0 80 59 0 26 39 12 14 38 3A
Octal 320 200 131 0 46 71 22 24 70 72
Binary 11010000 10000000 1011001 0 100110 111001 10010 10100 111000 111010

Color Harmonies of #D08059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08059

Black with #D08059

Text Example


Text Example

White with #D08059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08059; }

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

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

background-color css

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

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

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

border-color css

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

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

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