#DC7D65

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

Shades of Burning Sand #DC7D65

Tints of Burning Sand #DC7D65

Color information

#DC7D65 (or 0xDC7D65) is unknown color: approx Burning Sand. HEX triplet: DC, 7D and 65. RGB value is (220,125,101). Sum of RGB (Red+Green+Blue) = 220+125+101=446 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.33% from 446); Green value is 125 (49.22% from 255 or 28.03% from 446); Blue value is 101 (39.84% from 255 or 22.65% from 446); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7D65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7D65 is #23829A. Grayscale: #969696. Windows color (decimal): -2327195 or 6651356. OLE color: 6651356.

HSL color Cylindrical-coordinate representation of color #DC7D65: hue angle of 12.1º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DC7D65 is Cyan = 0, Magento = 0.43, Yellow = 0.54 and Black (K on CMYK) = 0.14.

Color convert

RGB220125101-
CMYK00.430.540.14
HSL12.1º62.96%62.94%-
HSV(B)12.1º54.09%86.27%-
XYZ39.230.8216.2-
YUV150.6799.97177.45-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 49.33%
GREEN value IS 125 (49.22% from 255) = 28.03%
BLUE value IS 101 (39.84% from 255) = 22.65%
R=49.33%
G=28.03%
B=22.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.54
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22012510100.430.540.1412.162.9662.94
HexDC7D6502B36Ec3f3f
Octal3341751450536616147777
Binary1101110011111011100101010101111011011101100111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7D65; }

 p { color: rgb(220,125,101); }

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

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

 a { background-color: rgb(220,125,101); }

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

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

 span { border-color: rgb(220,125,101); }

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