#D97E66

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

Shades of Burning Sand #D97E66

Tints of Burning Sand #D97E66

Color information

#D97E66 (or 0xD97E66) is unknown color: approx Burning Sand. HEX triplet: D9, 7E and 66. RGB value is (217,126,102). Sum of RGB (Red+Green+Blue) = 217+126+102=445 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.76% from 445); Green value is 126 (49.61% from 255 or 28.31% from 445); Blue value is 102 (40.23% from 255 or 22.92% from 445); Max value from RGB is 217 - color contains mainly: red. Hex color #D97E66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97E66 is #268199. Grayscale: #969696. Windows color (decimal): -2523546 or 6717145. OLE color: 6717145.

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

Color convert

RGB217126102-
CMYK00.420.530.15
HSL12.52º60.21%62.55%-
HSV(B)12.52º53%85.1%-
XYZ38.4730.6316.46-
YUV150.47100.65175.45-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 48.76%
GREEN value IS 126 (49.61% from 255) = 28.31%
BLUE value IS 102 (40.23% from 255) = 22.92%
R=48.76%
G=28.31%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712610200.420.530.1512.5260.2162.55
HexD97E6602A35Fd3c3f
Octal3311761460526517157477
Binary1101100111111101100110010101011010111111101111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97E66; }

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

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

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

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

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

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

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

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