#DFC660

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

Shades of Golden Sand #DFC660

Tints of Golden Sand #DFC660

Color information

#DFC660 (or 0xDFC660) is unknown color: approx Golden Sand. HEX triplet: DF, C6 and 60. RGB value is (223,198,96). Sum of RGB (Red+Green+Blue) = 223+198+96=517 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.13% from 517); Green value is 198 (77.73% from 255 or 38.30% from 517); Blue value is 96 (37.89% from 255 or 18.57% from 517); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC660 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC660 is #20399F. Grayscale: #C2C2C2. Windows color (decimal): -2111904 or 6342367. OLE color: 6342367.

HSL color Cylindrical-coordinate representation of color #DFC660: hue angle of 48.19º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DFC660 is Cyan = 0, Magento = 0.11, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB22319896-
CMYK00.110.570.13
HSL48.19º66.49%62.55%-
HSV(B)48.19º56.95%87.45%-
XYZ52.7456.9219.27-
YUV193.8572.78148.79-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 43.13%
GREEN value IS 198 (77.73% from 255) = 38.30%
BLUE value IS 96 (37.89% from 255) = 18.57%
R=43.13%
G=38.30%
B=18.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231989600.110.570.1348.1966.4962.55
HexDFC6600B39D30423f
Octal33730614001371156010277
Binary110111111100011011000000101111100111011100001000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC660; }

 p { color: rgb(223,198,96); }

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

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

 a { background-color: rgb(223,198,96); }

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

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

 span { border-color: rgb(223,198,96); }

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