#DFCD65

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

Shades of Golden Sand #DFCD65

Tints of Golden Sand #DFCD65

Color information

#DFCD65 (or 0xDFCD65) is unknown color: approx Golden Sand. HEX triplet: DF, CD and 65. RGB value is (223,205,101). Sum of RGB (Red+Green+Blue) = 223+205+101=529 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.16% from 529); Green value is 205 (80.47% from 255 or 38.75% from 529); Blue value is 101 (39.84% from 255 or 19.09% from 529); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCD65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCD65 is #20329A. Grayscale: #C6C6C6. Windows color (decimal): -2110107 or 6671839. OLE color: 6671839.

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

Color convert

RGB223205101-
CMYK00.080.550.13
HSL51.15º65.59%63.53%-
HSV(B)51.15º54.71%87.45%-
XYZ54.6160.2921.07-
YUV198.5372.96145.46-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.16%
GREEN value IS 205 (80.47% from 255) = 38.75%
BLUE value IS 101 (39.84% from 255) = 19.09%
R=42.16%
G=38.75%
B=19.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320510100.080.550.1351.1565.5963.53
HexDFCD650837D334240
Octal337315145010671563102100
Binary1101111111001101110010101000110111110111001110000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCD65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCD65; }

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

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

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

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

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

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

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

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