#DACC65

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

Shades of Golden Sand #DACC65

Tints of Golden Sand #DACC65

Color information

#DACC65 (or 0xDACC65) is unknown color: approx Golden Sand. HEX triplet: DA, CC and 65. RGB value is (218,204,101). Sum of RGB (Red+Green+Blue) = 218+204+101=523 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.68% from 523); Green value is 204 (80.08% from 255 or 39.01% from 523); Blue value is 101 (39.84% from 255 or 19.31% from 523); Max value from RGB is 218 - color contains mainly: red. Hex color #DACC65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACC65 is #25339A. Grayscale: #C4C4C4. Windows color (decimal): -2438043 or 6671578. OLE color: 6671578.

HSL color Cylindrical-coordinate representation of color #DACC65: hue angle of 52.82º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DACC65 is Cyan = 0, Magento = 0.06, Yellow = 0.54 and Black (K on CMYK) = 0.15.

Color convert

RGB218204101-
CMYK00.060.540.15
HSL52.82º61.26%62.55%-
HSV(B)52.82º53.67%85.49%-
XYZ52.8659.0320.92-
YUV196.4474.14143.38-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.68%
GREEN value IS 204 (80.08% from 255) = 39.01%
BLUE value IS 101 (39.84% from 255) = 19.31%
R=41.68%
G=39.01%
B=19.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.54
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820410100.060.540.1552.8261.2662.55
HexDACC650636F353d3f
Octal332314145066617657577
Binary1101101011001100110010101101101101111110101111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACC65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACC65; }

 p { color: rgb(218,204,101); }

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

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

 a { background-color: rgb(218,204,101); }

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

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

 span { border-color: rgb(218,204,101); }

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