Html Css Color HEX #DACE62 Golden Sand

📋 copy color: '#DACE62'

red 218 ◦ green 206 ◦ blue 98

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

Shades of Golden Sand #DACE62

Tints of Golden Sand #DACE62

RGB

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

 GREEN value IS 206 (80.86% from 255) = 39.46%

 BLUE value IS 98 (38.67% from 255) = 18.77%

R = 41.76%
G = 39.46%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#DACE62 (or 0xDACE62) is known color: Golden Sand. HEX triplet: DA, CE and 62. RGB value is (218,206,98). Sum of RGB (Red+Green+Blue) = 218+206+98=522 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.76% from 522); Green value is 206 (80.86% from 255 or 39.46% from 522); Blue value is 98 (38.67% from 255 or 18.77% from 522); Max value from RGB is 218 - color contains mainly: red. Hex color #DACE62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACE62 is #25319D. Grayscale: #C5C5C5. Windows color (decimal): -2437534 or 6475482. OLE color: 6475482.

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

Color convert

RGB 218 206 98 -
CMYK 0 0.06 0.55 0.15
HSL 54º 0.62% 0.62% -
HSV(B) 54º 0.55% 0.85% -
XYZ 53.19 59.93 20.32 -
YUV 197.28 71.98 142.78 -
System Red Green Blue C M Y K H S L
Decimal 218 206 98 0 0.06 0.55 0.15 54 0.62 0.62
Hex DA CE 62 0 6 37 F 36 3E 3E
Octal 332 316 142 0 6 67 17 66 76 76
Binary 11011010 11001110 1100010 0 110 110111 1111 110110 111110 111110

Color Harmonies of #DACE62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACE62

Black with #DACE62

Text Example


Text Example

White with #DACE62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACE62; }

 p { color: rgb(218,206,98); }

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

background-color css

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

 a { background-color: rgb(218,206,98); }

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

border-color css

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

 span { border-color: rgb(218,206,98); }

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