#DACB63

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

Shades of Golden Sand #DACB63

Tints of Golden Sand #DACB63

Color information

#DACB63 (or 0xDACB63) is unknown color: approx Golden Sand. HEX triplet: DA, CB and 63. RGB value is (218,203,99). Sum of RGB (Red+Green+Blue) = 218+203+99=520 (68% of max value = 765). Red value is 218 (85.55% from 255 or 41.92% from 520); Green value is 203 (79.69% from 255 or 39.04% from 520); Blue value is 99 (39.06% from 255 or 19.04% from 520); Max value from RGB is 218 - color contains mainly: red. Hex color #DACB63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACB63 is #25349C. Grayscale: #C4C4C4. Windows color (decimal): -2438301 or 6540250. OLE color: 6540250.

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

Color convert

RGB21820399-
CMYK00.070.550.15
HSL52.44º61.66%62.16%-
HSV(B)52.44º54.59%85.49%-
XYZ52.5258.5220.33-
YUV195.6373.47143.96-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.92%
GREEN value IS 203 (79.69% from 255) = 39.04%
BLUE value IS 99 (39.06% from 255) = 19.04%
R=41.92%
G=39.04%
B=19.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2182039900.070.550.1552.4461.6662.16
HexDACB630737F343e3e
Octal332313143076717647676
Binary1101101011001011110001101111101111111110100111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACB63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACB63; }

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

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

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

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

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

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

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

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