#D97E64

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

Shades of Burning Sand #D97E64

Tints of Burning Sand #D97E64

Color information

#D97E64 (or 0xD97E64) is unknown color: approx Burning Sand. HEX triplet: D9, 7E and 64. RGB value is (217,126,100). Sum of RGB (Red+Green+Blue) = 217+126+100=443 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.98% from 443); Green value is 126 (49.61% from 255 or 28.44% from 443); Blue value is 100 (39.45% from 255 or 22.57% from 443); Max value from RGB is 217 - color contains mainly: red. Hex color #D97E64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97E64 is #26819B. Grayscale: #969696. Windows color (decimal): -2523548 or 6586073. OLE color: 6586073.

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

Color convert

RGB217126100-
CMYK00.420.540.15
HSL13.33º60.62%62.16%-
HSV(B)13.33º53.92%85.1%-
XYZ38.3830.5915.94-
YUV150.2499.65175.61-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 48.98%
GREEN value IS 126 (49.61% from 255) = 28.44%
BLUE value IS 100 (39.45% from 255) = 22.57%
R=48.98%
G=28.44%
B=22.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.54
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712610000.420.540.1513.3360.6262.16
HexD97E6402A36Fd3d3e
Octal3311761440526617157576
Binary1101100111111101100100010101011011011111101111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97E64; }

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

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

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

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

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

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

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

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