#DFC965

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

Shades of Golden Sand #DFC965

Tints of Golden Sand #DFC965

Color information

#DFC965 (or 0xDFC965) is unknown color: approx Golden Sand. HEX triplet: DF, C9 and 65. RGB value is (223,201,101). Sum of RGB (Red+Green+Blue) = 223+201+101=525 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.48% from 525); Green value is 201 (78.91% from 255 or 38.29% from 525); Blue value is 101 (39.84% from 255 or 19.24% from 525); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC965 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC965 is #20369A. Grayscale: #C4C4C4. Windows color (decimal): -2111131 or 6670815. OLE color: 6670815.

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

Color convert

RGB223201101-
CMYK00.100.550.13
HSL49.18º65.59%63.53%-
HSV(B)49.18º54.71%87.45%-
XYZ53.6758.420.76-
YUV196.1874.29147.13-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.48%
GREEN value IS 201 (78.91% from 255) = 38.29%
BLUE value IS 101 (39.84% from 255) = 19.24%
R=42.48%
G=38.29%
B=19.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320110100.100.550.1349.1865.5963.53
HexDFC9650A37D314240
Octal337311145012671561102100
Binary1101111111001001110010101010110111110111000110000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC965; }

 p { color: rgb(223,201,101); }

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

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

 a { background-color: rgb(223,201,101); }

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

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

 span { border-color: rgb(223,201,101); }

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