#DACB60

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

Shades of Golden Sand #DACB60

Tints of Golden Sand #DACB60

Color information

#DACB60 (or 0xDACB60) is unknown color: approx Golden Sand. HEX triplet: DA, CB and 60. RGB value is (218,203,96). Sum of RGB (Red+Green+Blue) = 218+203+96=517 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.17% from 517); Green value is 203 (79.69% from 255 or 39.26% from 517); Blue value is 96 (37.89% from 255 or 18.57% from 517); Max value from RGB is 218 - color contains mainly: red. Hex color #DACB60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACB60 is #25349F. Grayscale: #C3C3C3. Windows color (decimal): -2438304 or 6343642. OLE color: 6343642.

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

Color convert

RGB21820396-
CMYK00.070.560.15
HSL52.62º62.24%61.57%-
HSV(B)52.62º55.96%85.49%-
XYZ52.3858.4619.59-
YUV195.2971.97144.2-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.17%
GREEN value IS 203 (79.69% from 255) = 39.26%
BLUE value IS 96 (37.89% from 255) = 18.57%
R=42.17%
G=39.26%
B=18.57%

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
Decimal2182039600.070.560.1552.6262.2461.57
HexDACB600738F353e3e
Octal332313140077017657676
Binary1101101011001011110000001111110001111110101111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACB60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACB60; }

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

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

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

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

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

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

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

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