#D97C65

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

Shades of Burning Sand #D97C65

Tints of Burning Sand #D97C65

Color information

#D97C65 (or 0xD97C65) is unknown color: approx Burning Sand. HEX triplet: D9, 7C and 65. RGB value is (217,124,101). Sum of RGB (Red+Green+Blue) = 217+124+101=442 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.10% from 442); Green value is 124 (48.83% from 255 or 28.05% from 442); Blue value is 101 (39.84% from 255 or 22.85% from 442); Max value from RGB is 217 - color contains mainly: red. Hex color #D97C65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97C65 is #26839A. Grayscale: #959595. Windows color (decimal): -2524059 or 6651097. OLE color: 6651097.

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

Color convert

RGB217124101-
CMYK00.430.530.15
HSL11.9º60.42%62.35%-
HSV(B)11.9º53.46%85.1%-
XYZ38.1730.1116.11-
YUV149.18100.81176.37-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 49.10%
GREEN value IS 124 (48.83% from 255) = 28.05%
BLUE value IS 101 (39.84% from 255) = 22.85%
R=49.10%
G=28.05%
B=22.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712410100.430.530.1511.960.4262.35
HexD97C6502B35Fc3c3e
Octal3311741450536517147476
Binary1101100111111001100101010101111010111111100111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97C65; }

 p { color: rgb(217,124,101); }

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

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

 a { background-color: rgb(217,124,101); }

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

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

 span { border-color: rgb(217,124,101); }

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