#D57D66

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

Shades of Burning Sand #D57D66

Tints of Burning Sand #D57D66

Color information

#D57D66 (or 0xD57D66) is unknown color: approx Burning Sand. HEX triplet: D5, 7D and 66. RGB value is (213,125,102). Sum of RGB (Red+Green+Blue) = 213+125+102=440 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.41% from 440); Green value is 125 (49.22% from 255 or 28.41% from 440); Blue value is 102 (40.23% from 255 or 23.18% from 440); Max value from RGB is 213 - color contains mainly: red. Hex color #D57D66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57D66 is #2A8299. Grayscale: #949494. Windows color (decimal): -2785946 or 6716885. OLE color: 6716885.

HSL color Cylindrical-coordinate representation of color #D57D66: hue angle of 12.43º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D57D66 is Cyan = 0, Magento = 0.41, Yellow = 0.52 and Black (K on CMYK) = 0.16.

Color convert

RGB213125102-
CMYK00.410.520.16
HSL12.43º56.92%61.76%-
HSV(B)12.43º52.11%83.53%-
XYZ37.1729.7716.36-
YUV148.69101.65173.87-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 48.41%
GREEN value IS 125 (49.22% from 255) = 28.41%
BLUE value IS 102 (40.23% from 255) = 23.18%
R=48.41%
G=28.41%
B=23.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.52
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312510200.410.520.1612.4356.9261.76
HexD57D660293410c393e
Octal3251751460516420147176
Binary11010101111110111001100101001110100100001100111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57D66; }

 p { color: rgb(213,125,102); }

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

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

 a { background-color: rgb(213,125,102); }

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

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

 span { border-color: rgb(213,125,102); }

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