#DFCD5E

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

Shades of Golden Sand #DFCD5E

Tints of Golden Sand #DFCD5E

Color information

#DFCD5E (or 0xDFCD5E) is unknown color: approx Golden Sand. HEX triplet: DF, CD and 5E. RGB value is (223,205,94). Sum of RGB (Red+Green+Blue) = 223+205+94=522 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.72% from 522); Green value is 205 (80.47% from 255 or 39.27% from 522); Blue value is 94 (37.11% from 255 or 18.01% from 522); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCD5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCD5E is #2032A1. Grayscale: #C6C6C6. Windows color (decimal): -2110114 or 6213087. OLE color: 6213087.

HSL color Cylindrical-coordinate representation of color #DFCD5E: hue angle of 51.63º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DFCD5E is Cyan = 0, Magento = 0.08, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB22320594-
CMYK00.080.580.13
HSL51.63º66.84%62.16%-
HSV(B)51.63º57.85%87.45%-
XYZ54.2860.1619.34-
YUV197.7369.46146.03-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.72%
GREEN value IS 205 (80.47% from 255) = 39.27%
BLUE value IS 94 (37.11% from 255) = 18.01%
R=42.72%
G=39.27%
B=18.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2232059400.080.580.1351.6366.8462.16
HexDFCD5E083AD34433e
Octal33731513601072156410376
Binary110111111100110110111100100011101011011101001000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCD5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCD5E; }

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

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

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

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

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

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

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

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