#dc7f57

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

Shades of Burning Sand #DC7F57

Tints of Burning Sand #DC7F57

Color information

#DC7F57 (or 0xDC7F57) is unknown color: approx Burning Sand. HEX triplet: DC, 7F and 57. RGB value is (220,127,87). Sum of RGB (Red+Green+Blue) = 220+127+87=434 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.69% from 434); Green value is 127 (50% from 255 or 29.26% from 434); Blue value is 87 (34.38% from 255 or 20.05% from 434); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7F57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7F57 is #2380A8. Grayscale: #969696. Windows color (decimal): -2326697 or 5734364. OLE color: 5734364.

HSL color Cylindrical-coordinate representation of color #DC7F57: hue angle of 18.05º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DC7F57 is Cyan = 0, Magento = 0.42, Yellow = 0.60 and Black (K on CMYK) = 0.14.

Color convert

RGB22012787-
CMYK00.420.600.14
HSL18.05º65.52%60.2%-
HSV(B)18.05º60.45%86.27%-
XYZ38.8231.0812.97-
YUV150.2592.31177.75-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 50.69%
GREEN value IS 127 (50% from 255) = 29.26%
BLUE value IS 87 (34.38% from 255) = 20.05%
R=50.69%
G=29.26%
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.14
SystemRedGreenBlueCMYKHSL
Decimal2201278700.420.600.1418.0565.5260.2
HexDC7F5702A3CE12423c
Octal33417712705274162210274
Binary110111001111111101011101010101111001110100101000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dc7f57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dc7f57; }

 p { color: rgb(220,127,87); }

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

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

 a { background-color: rgb(220,127,87); }

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

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

 span { border-color: rgb(220,127,87); }

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