#DACB61

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

Shades of Golden Sand #DACB61

Tints of Golden Sand #DACB61

Color information

#DACB61 (or 0xDACB61) is unknown color: approx Golden Sand. HEX triplet: DA, CB and 61. RGB value is (218,203,97). Sum of RGB (Red+Green+Blue) = 218+203+97=518 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.08% from 518); Green value is 203 (79.69% from 255 or 39.19% from 518); Blue value is 97 (38.28% from 255 or 18.73% from 518); Max value from RGB is 218 - color contains mainly: red. Hex color #DACB61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACB61 is #25349E. Grayscale: #C3C3C3. Windows color (decimal): -2438303 or 6409178. OLE color: 6409178.

HSL color Cylindrical-coordinate representation of color #DACB61: hue angle of 52.56º 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 #DACB61 is Cyan = 0, Magento = 0.07, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB21820397-
CMYK00.070.560.15
HSL52.56º62.05%61.76%-
HSV(B)52.56º55.5%85.49%-
XYZ52.4358.4819.83-
YUV195.472.47144.12-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.08%
GREEN value IS 203 (79.69% from 255) = 39.19%
BLUE value IS 97 (38.28% from 255) = 18.73%
R=42.08%
G=39.19%
B=18.73%

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
Decimal2182039700.070.560.1552.5662.0561.76
HexDACB610738F353e3e
Octal332313141077017657676
Binary1101101011001011110000101111110001111110101111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACB61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACB61; }

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

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

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

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

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

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

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

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