#DFCD62

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

Shades of Golden Sand #DFCD62

Tints of Golden Sand #DFCD62

Color information

#DFCD62 (or 0xDFCD62) is unknown color: approx Golden Sand. HEX triplet: DF, CD and 62. RGB value is (223,205,98). Sum of RGB (Red+Green+Blue) = 223+205+98=526 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.40% from 526); Green value is 205 (80.47% from 255 or 38.97% from 526); Blue value is 98 (38.67% from 255 or 18.63% from 526); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCD62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCD62 is #20329D. Grayscale: #C6C6C6. Windows color (decimal): -2110110 or 6475231. OLE color: 6475231.

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

Color convert

RGB22320598-
CMYK00.080.560.13
HSL51.36º66.14%62.94%-
HSV(B)51.36º56.05%87.45%-
XYZ54.4760.2320.31-
YUV198.1871.46145.7-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.40%
GREEN value IS 205 (80.47% from 255) = 38.97%
BLUE value IS 98 (38.67% from 255) = 18.63%
R=42.40%
G=38.97%
B=18.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2232059800.080.560.1351.3666.1462.94
HexDFCD620838D33423f
Octal33731514201070156310277
Binary110111111100110111000100100011100011011100111000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCD62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCD62; }

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

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

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

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

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

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

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

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