Html Css Color HEX #DAD59C Tahuna Sands

📋 copy color: '#DAD59C'

red 218 ◦ green 213 ◦ blue 156

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

Shades of Tahuna Sands #DAD59C

Tints of Tahuna Sands #DAD59C

RGB

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

 GREEN value IS 213 (83.59% from 255) = 36.29%

 BLUE value IS 156 (61.33% from 255) = 26.58%

R = 37.14%
G = 36.29%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#DAD59C (or 0xDAD59C) is known color: Tahuna Sands. HEX triplet: DA, D5 and 9C. RGB value is (218,213,156). Sum of RGB (Red+Green+Blue) = 218+213+156=587 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.14% from 587); Green value is 213 (83.59% from 255 or 36.29% from 587); Blue value is 156 (61.33% from 255 or 26.58% from 587); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD59C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD59C is #252A63. Grayscale: #D0D0D0. Windows color (decimal): -2435684 or 10278362. OLE color: 10278362.

HSL color Cylindrical-coordinate representation of color #DAD59C: hue angle of 55.16º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DAD59C is Cyan = 0, Magento = 0.02, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 213 156 -
CMYK 0 0.02 0.28 0.15
HSL 55.16º 0.46% 0.73% -
HSV(B) 55.16º 0.28% 0.85% -
XYZ 58.71 64.89 40.88 -
YUV 208 98.66 135.13 -
System Red Green Blue C M Y K H S L
Decimal 218 213 156 0 0.02 0.28 0.15 55.16 0.46 0.73
Hex DA D5 9C 0 2 1C F 37 2E 49
Octal 332 325 234 0 2 34 17 67 56 111
Binary 11011010 11010101 10011100 0 10 11100 1111 110111 101110 1001001

Color Harmonies of #DAD59C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD59C

Black with #DAD59C

Text Example


Text Example

White with #DAD59C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD59C; }

 p { color: rgb(218,213,156); }

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

background-color css

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

 a { background-color: rgb(218,213,156); }

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

border-color css

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

 span { border-color: rgb(218,213,156); }

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