#D98261

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

Shades of Burning Sand #D98261

Tints of Burning Sand #D98261

Color information

#D98261 (or 0xD98261) is unknown color: approx Burning Sand. HEX triplet: D9, 82 and 61. RGB value is (217,130,97). Sum of RGB (Red+Green+Blue) = 217+130+97=444 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.87% from 444); Green value is 130 (51.17% from 255 or 29.28% from 444); Blue value is 97 (38.28% from 255 or 21.85% from 444); Max value from RGB is 217 - color contains mainly: red. Hex color #D98261 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98261 is #267D9E. Grayscale: #989898. Windows color (decimal): -2522527 or 6390489. OLE color: 6390489.

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

Color convert

RGB21713097-
CMYK00.400.550.15
HSL16.5º61.22%61.57%-
HSV(B)16.5º55.3%85.1%-
XYZ38.7631.5815.36-
YUV152.2596.82174.18-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 48.87%
GREEN value IS 130 (51.17% from 255) = 29.28%
BLUE value IS 97 (38.28% from 255) = 21.85%
R=48.87%
G=29.28%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171309700.400.550.1516.561.2261.57
HexD9826102837F113d3e
Octal3312021410506717217576
Binary110110011000001011000010101000110111111110001111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98261; }

 p { color: rgb(217,130,97); }

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

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

 a { background-color: rgb(217,130,97); }

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

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

 span { border-color: rgb(217,130,97); }

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