#DFC761

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

Shades of Golden Sand #DFC761

Tints of Golden Sand #DFC761

Color information

#DFC761 (or 0xDFC761) is unknown color: approx Golden Sand. HEX triplet: DF, C7 and 61. RGB value is (223,199,97). Sum of RGB (Red+Green+Blue) = 223+199+97=519 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.97% from 519); Green value is 199 (78.12% from 255 or 38.34% from 519); Blue value is 97 (38.28% from 255 or 18.69% from 519); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC761 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC761 is #20389E. Grayscale: #C2C2C2. Windows color (decimal): -2111647 or 6408159. OLE color: 6408159.

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

Color convert

RGB22319997-
CMYK00.110.570.13
HSL48.57º66.32%62.75%-
HSV(B)48.57º56.5%87.45%-
XYZ53.0157.419.59-
YUV194.5572.95148.29-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.97%
GREEN value IS 199 (78.12% from 255) = 38.34%
BLUE value IS 97 (38.28% from 255) = 18.69%
R=42.97%
G=38.34%
B=18.69%

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
Decimal2231999700.110.570.1348.5766.3262.75
HexDFC7610B39D31423f
Octal33730714101371156110277
Binary110111111100011111000010101111100111011100011000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC761; }

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

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

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

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

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

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

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

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