#D98155

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

Shades of Burning Sand #D98155

Tints of Burning Sand #D98155

Color information

#D98155 (or 0xD98155) is unknown color: approx Burning Sand. HEX triplet: D9, 81 and 55. RGB value is (217,129,85). Sum of RGB (Red+Green+Blue) = 217+129+85=431 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.35% from 431); Green value is 129 (50.78% from 255 or 29.93% from 431); Blue value is 85 (33.59% from 255 or 19.72% from 431); Max value from RGB is 217 - color contains mainly: red. Hex color #D98155 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98155 is #267EAA. Grayscale: #969696. Windows color (decimal): -2522795 or 5603801. OLE color: 5603801.

HSL color Cylindrical-coordinate representation of color #D98155: hue angle of 20º 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 #D98155 is Cyan = 0, Magento = 0.41, Yellow = 0.61 and Black (K on CMYK) = 0.15.

Color convert

RGB21712985-
CMYK00.410.610.15
HSL20º63.46%59.22%-
HSV(B)20º60.83%85.1%-
XYZ38.1131.1112.59-
YUV150.391.15175.58-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 50.35%
GREEN value IS 129 (50.78% from 255) = 29.93%
BLUE value IS 85 (33.59% from 255) = 19.72%
R=50.35%
G=29.93%
B=19.72%

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
Decimal2171298500.410.610.152063.4659.22
HexD981550293DF143f3b
Octal3312011250517517247773
Binary110110011000000110101010101001111101111110100111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98155; }

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

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

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

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

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

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

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

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