Html Css Color HEX #D08060 Burning Sand

📋 copy color: '#D08060'

red 208 ◦ green 128 ◦ blue 96

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

Shades of Burning Sand #D08060

Tints of Burning Sand #D08060

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 22.22%

R = 48.15%
G = 29.63%
B = 22.22%

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

#D08060 (or 0xD08060) is known color: Burning Sand. HEX triplet: D0, 80 and 60. RGB value is (208,128,96). Sum of RGB (Red+Green+Blue) = 208+128+96=432 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.15% from 432); Green value is 128 (50.39% from 255 or 29.63% from 432); Blue value is 96 (37.89% from 255 or 22.22% from 432); Max value from RGB is 208 - color contains mainly: red. Hex color #D08060 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08060 is #2F7F9F. Grayscale: #949494. Windows color (decimal): -3112864 or 6324432. OLE color: 6324432.

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

Color convert

RGB 208 128 96 -
CMYK 0 0.38 0.54 0.18
HSL 17.14º 0.54% 0.6% -
HSV(B) 17.14º 0.54% 0.82% -
XYZ 35.84 29.69 14.91 -
YUV 148.27 98.5 170.6 -
System Red Green Blue C M Y K H S L
Decimal 208 128 96 0 0.38 0.54 0.18 17.14 0.54 0.6
Hex D0 80 60 0 26 36 12 11 36 3C
Octal 320 200 140 0 46 66 22 21 66 74
Binary 11010000 10000000 1100000 0 100110 110110 10010 10001 110110 111100

Color Harmonies of #D08060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08060

Black with #D08060

Text Example


Text Example

White with #D08060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08060; }

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

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

background-color css

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

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

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

border-color css

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

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

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