#DFCE65

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

Shades of Golden Sand #DFCE65

Tints of Golden Sand #DFCE65

Color information

#DFCE65 (or 0xDFCE65) is unknown color: approx Golden Sand. HEX triplet: DF, CE and 65. RGB value is (223,206,101). Sum of RGB (Red+Green+Blue) = 223+206+101=530 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.08% from 530); Green value is 206 (80.86% from 255 or 38.87% from 530); Blue value is 101 (39.84% from 255 or 19.06% from 530); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCE65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCE65 is #20319A. Grayscale: #C7C7C7. Windows color (decimal): -2109851 or 6672095. OLE color: 6672095.

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

Color convert

RGB223206101-
CMYK00.080.550.13
HSL51.64º65.59%63.53%-
HSV(B)51.64º54.71%87.45%-
XYZ54.8560.7721.15-
YUV199.1172.63145.04-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.08%
GREEN value IS 206 (80.86% from 255) = 38.87%
BLUE value IS 101 (39.84% from 255) = 19.06%
R=42.08%
G=38.87%
B=19.06%

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
Decimal22320610100.080.550.1351.6465.5963.53
HexDFCE650837D344240
Octal337316145010671564102100
Binary1101111111001110110010101000110111110111010010000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCE65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCE65; }

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

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

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

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

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

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

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

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