Html Css Color HEX #DACC64 Golden Sand

📋 copy color: '#DACC64'

red 218 ◦ green 204 ◦ blue 100

#DACC64
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Sand #DACC64

Tints of Golden Sand #DACC64

RGB

 RED value IS 218 (85.55% from 255) = 41.76%

 GREEN value IS 204 (80.08% from 255) = 39.08%

 BLUE value IS 100 (39.45% from 255) = 19.16%

R = 41.76%
G = 39.08%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#DACC64 (or 0xDACC64) is known color: Golden Sand. HEX triplet: DA, CC and 64. RGB value is (218,204,100). Sum of RGB (Red+Green+Blue) = 218+204+100=522 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.76% from 522); Green value is 204 (80.08% from 255 or 39.08% from 522); Blue value is 100 (39.45% from 255 or 19.16% from 522); Max value from RGB is 218 - color contains mainly: red. Hex color #DACC64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACC64 is #25339B. Grayscale: #C4C4C4. Windows color (decimal): -2438044 or 6606042. OLE color: 6606042.

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

Color convert

RGB 218 204 100 -
CMYK 0 0.06 0.54 0.15
HSL 52.88º 0.61% 0.62% -
HSV(B) 52.88º 0.54% 0.85% -
XYZ 52.81 59.01 20.66 -
YUV 196.33 73.64 143.46 -
System Red Green Blue C M Y K H S L
Decimal 218 204 100 0 0.06 0.54 0.15 52.88 0.61 0.62
Hex DA CC 64 0 6 36 F 35 3D 3E
Octal 332 314 144 0 6 66 17 65 75 76
Binary 11011010 11001100 1100100 0 110 110110 1111 110101 111101 111110

Color Harmonies of #DACC64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACC64

Black with #DACC64

Text Example


Text Example

White with #DACC64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACC64; }

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

 H1.HeaderClassName
 {
   color: #DACC64;
 }
 .AnyTagClassName
 {
   color: #DACC64;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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