#D98055

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

Shades of Burning Sand #D98055

Tints of Burning Sand #D98055

Color information

#D98055 (or 0xD98055) is unknown color: approx Burning Sand. HEX triplet: D9, 80 and 55. RGB value is (217,128,85). Sum of RGB (Red+Green+Blue) = 217+128+85=430 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.47% from 430); Green value is 128 (50.39% from 255 or 29.77% from 430); Blue value is 85 (33.59% from 255 or 19.77% from 430); Max value from RGB is 217 - color contains mainly: red. Hex color #D98055 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98055 is #267FAA. Grayscale: #959595. Windows color (decimal): -2523051 or 5603545. OLE color: 5603545.

HSL color Cylindrical-coordinate representation of color #D98055: hue angle of 19.55º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D98055 is Cyan = 0, Magento = 0.41, Yellow = 0.61 and Black (K on CMYK) = 0.15.

Color convert

RGB21712885-
CMYK00.410.610.15
HSL19.55º63.46%59.22%-
HSV(B)19.55º60.83%85.1%-
XYZ37.9730.8512.55-
YUV149.7191.49176-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 50.47%
GREEN value IS 128 (50.39% from 255) = 29.77%
BLUE value IS 85 (33.59% from 255) = 19.77%
R=50.47%
G=29.77%
B=19.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.61
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171288500.410.610.1519.5563.4659.22
HexD980550293DF143f3b
Octal3312001250517517247773
Binary110110011000000010101010101001111101111110100111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98055; }

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

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

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

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

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

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

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

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