#D97D56

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

Shades of Burning Sand #D97D56

Tints of Burning Sand #D97D56

Color information

#D97D56 (or 0xD97D56) is unknown color: approx Burning Sand. HEX triplet: D9, 7D and 56. RGB value is (217,125,86). Sum of RGB (Red+Green+Blue) = 217+125+86=428 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.70% from 428); Green value is 125 (49.22% from 255 or 29.21% from 428); Blue value is 86 (33.98% from 255 or 20.09% from 428); Max value from RGB is 217 - color contains mainly: red. Hex color #D97D56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97D56 is #2682A9. Grayscale: #949494. Windows color (decimal): -2523818 or 5668313. OLE color: 5668313.

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

Color convert

RGB21712586-
CMYK00.420.600.15
HSL17.86º63.29%59.41%-
HSV(B)17.86º60.37%85.1%-
XYZ37.6330.0912.63-
YUV148.0692.98177.17-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 50.70%
GREEN value IS 125 (49.22% from 255) = 29.21%
BLUE value IS 86 (33.98% from 255) = 20.09%
R=50.70%
G=29.21%
B=20.09%

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
Decimal2171258600.420.600.1517.8663.2959.41
HexD97D5602A3CF123f3b
Octal3311751260527417227773
Binary11011001111110110101100101010111100111110010111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97D56; }

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

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

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

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

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

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

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

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