#D08055

Color #D08055 Burning Sand (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burning Sand #D08055

Tints of Burning Sand #D08055

Color information

#D08055 (or 0xD08055) is unknown color: approx Burning Sand. HEX triplet: D0, 80 and 55. RGB value is (208,128,85). Sum of RGB (Red+Green+Blue) = 208+128+85=421 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.41% from 421); Green value is 128 (50.39% from 255 or 30.40% from 421); Blue value is 85 (33.59% from 255 or 20.19% from 421); Max value from RGB is 208 - color contains mainly: red. Hex color #D08055 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08055 is #2F7FAA. Grayscale: #939393. Windows color (decimal): -3112875 or 5603536. OLE color: 5603536.

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

Color convert

RGB20812885-
CMYK00.380.590.18
HSL20.98º56.68%57.45%-
HSV(B)20.98º59.13%81.57%-
XYZ35.3729.512.42-
YUV147.0293171.5-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 49.41%
GREEN value IS 128 (50.39% from 255) = 30.40%
BLUE value IS 85 (33.59% from 255) = 20.19%
R=49.41%
G=30.40%
B=20.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.59
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081288500.380.590.1820.9856.6857.45
HexD080550263B12153939
Octal3202001250467322257171
Binary1101000010000000101010101001101110111001010101111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08055; }

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

 H1.HeaderClassName
 {
   color: #D08055;
 }
 .AnyTagClassName
 {
   color: #D08055;
 }
</style>
background-color css

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

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

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

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

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

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