#D97E62

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

Shades of Burning Sand #D97E62

Tints of Burning Sand #D97E62

Color information

#D97E62 (or 0xD97E62) is unknown color: approx Burning Sand. HEX triplet: D9, 7E and 62. RGB value is (217,126,98). Sum of RGB (Red+Green+Blue) = 217+126+98=441 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.21% from 441); Green value is 126 (49.61% from 255 or 28.57% from 441); Blue value is 98 (38.67% from 255 or 22.22% from 441); Max value from RGB is 217 - color contains mainly: red. Hex color #D97E62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97E62 is #26819D. Grayscale: #969696. Windows color (decimal): -2523550 or 6455001. OLE color: 6455001.

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

Color convert

RGB21712698-
CMYK00.420.550.15
HSL14.12º61.03%61.76%-
HSV(B)14.12º54.84%85.1%-
XYZ38.2830.5615.44-
YUV150.0298.65175.78-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 49.21%
GREEN value IS 126 (49.61% from 255) = 28.57%
BLUE value IS 98 (38.67% from 255) = 22.22%
R=49.21%
G=28.57%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171269800.420.550.1514.1261.0361.76
HexD97E6202A37Fe3d3e
Octal3311761420526717167576
Binary1101100111111101100010010101011011111111110111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97E62; }

 p { color: rgb(217,126,98); }

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

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

 a { background-color: rgb(217,126,98); }

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

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

 span { border-color: rgb(217,126,98); }

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