#DACA61

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

Shades of Golden Sand #DACA61

Tints of Golden Sand #DACA61

Color information

#DACA61 (or 0xDACA61) is unknown color: approx Golden Sand. HEX triplet: DA, CA and 61. RGB value is (218,202,97). Sum of RGB (Red+Green+Blue) = 218+202+97=517 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.17% from 517); Green value is 202 (79.30% from 255 or 39.07% from 517); Blue value is 97 (38.28% from 255 or 18.76% from 517); Max value from RGB is 218 - color contains mainly: red. Hex color #DACA61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACA61 is #25359E. Grayscale: #C3C3C3. Windows color (decimal): -2438559 or 6408922. OLE color: 6408922.

HSL color Cylindrical-coordinate representation of color #DACA61: hue angle of 52.07º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DACA61 is Cyan = 0, Magento = 0.07, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB21820297-
CMYK00.070.560.15
HSL52.07º62.05%61.76%-
HSV(B)52.07º55.5%85.49%-
XYZ52.1958.0119.76-
YUV194.8172.8144.54-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.17%
GREEN value IS 202 (79.30% from 255) = 39.07%
BLUE value IS 97 (38.28% from 255) = 18.76%
R=42.17%
G=39.07%
B=18.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2182029700.070.560.1552.0762.0561.76
HexDACA610738F343e3e
Octal332312141077017647676
Binary1101101011001010110000101111110001111110100111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACA61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACA61; }

 p { color: rgb(218,202,97); }

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

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

 a { background-color: rgb(218,202,97); }

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

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

 span { border-color: rgb(218,202,97); }

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