#D97E56

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

Shades of Burning Sand #D97E56

Tints of Burning Sand #D97E56

Color information

#D97E56 (or 0xD97E56) is unknown color: approx Burning Sand. HEX triplet: D9, 7E and 56. RGB value is (217,126,86). Sum of RGB (Red+Green+Blue) = 217+126+86=429 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.58% from 429); Green value is 126 (49.61% from 255 or 29.37% from 429); Blue value is 86 (33.98% from 255 or 20.05% from 429); Max value from RGB is 217 - color contains mainly: red. Hex color #D97E56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97E56 is #2681A9. Grayscale: #949494. Windows color (decimal): -2523562 or 5668569. OLE color: 5668569.

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

Color convert

RGB21712686-
CMYK00.420.600.15
HSL18.32º63.29%59.41%-
HSV(B)18.32º60.37%85.1%-
XYZ37.7630.3512.67-
YUV148.6592.65176.75-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 50.58%
GREEN value IS 126 (49.61% from 255) = 29.37%
BLUE value IS 86 (33.98% from 255) = 20.05%
R=50.58%
G=29.37%
B=20.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.60
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171268600.420.600.1518.3263.2959.41
HexD97E5602A3CF123f3b
Octal3311761260527417227773
Binary11011001111111010101100101010111100111110010111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97E56; }

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

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

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

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

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

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

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

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