#DFC661

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

Shades of Golden Sand #DFC661

Tints of Golden Sand #DFC661

Color information

#DFC661 (or 0xDFC661) is unknown color: approx Golden Sand. HEX triplet: DF, C6 and 61. RGB value is (223,198,97). Sum of RGB (Red+Green+Blue) = 223+198+97=518 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.05% from 518); Green value is 198 (77.73% from 255 or 38.22% from 518); Blue value is 97 (38.28% from 255 or 18.73% from 518); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC661 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC661 is #20399E. Grayscale: #C2C2C2. Windows color (decimal): -2111903 or 6407903. OLE color: 6407903.

HSL color Cylindrical-coordinate representation of color #DFC661: hue angle of 48.1º 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 #DFC661 is Cyan = 0, Magento = 0.11, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB22319897-
CMYK00.110.570.13
HSL48.1º66.32%62.75%-
HSV(B)48.1º56.5%87.45%-
XYZ52.7856.9419.52-
YUV193.9673.28148.71-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 43.05%
GREEN value IS 198 (77.73% from 255) = 38.22%
BLUE value IS 97 (38.28% from 255) = 18.73%
R=43.05%
G=38.22%
B=18.73%

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
Decimal2231989700.110.570.1348.166.3262.75
HexDFC6610B39D30423f
Octal33730614101371156010277
Binary110111111100011011000010101111100111011100001000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC661; }

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

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

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

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

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

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

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

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