Html Css Color HEX #DAD49E Tahuna Sands

📋 copy color: '#DAD49E'

red 218 ◦ green 212 ◦ blue 158

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

Shades of Tahuna Sands #DAD49E

Tints of Tahuna Sands #DAD49E

RGB

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

 GREEN value IS 212 (83.2% from 255) = 36.05%

 BLUE value IS 158 (62.11% from 255) = 26.87%

R = 37.07%
G = 36.05%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#DAD49E (or 0xDAD49E) is known color: Tahuna Sands. HEX triplet: DA, D4 and 9E. RGB value is (218,212,158). Sum of RGB (Red+Green+Blue) = 218+212+158=588 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.07% from 588); Green value is 212 (83.20% from 255 or 36.05% from 588); Blue value is 158 (62.11% from 255 or 26.87% from 588); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD49E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD49E is #252B61. Grayscale: #CFCFCF. Windows color (decimal): -2435938 or 10409178. OLE color: 10409178.

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

Color convert

RGB 218 212 158 -
CMYK 0 0.03 0.28 0.15
HSL 54º 0.45% 0.74% -
HSV(B) 54º 0.28% 0.85% -
XYZ 58.63 64.46 41.7 -
YUV 207.64 99.99 135.39 -
System Red Green Blue C M Y K H S L
Decimal 218 212 158 0 0.03 0.28 0.15 54 0.45 0.74
Hex DA D4 9E 0 3 1C F 36 2D 4A
Octal 332 324 236 0 3 34 17 66 55 112
Binary 11011010 11010100 10011110 0 11 11100 1111 110110 101101 1001010

Color Harmonies of #DAD49E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD49E

Black with #DAD49E

Text Example


Text Example

White with #DAD49E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD49E; }

 p { color: rgb(218,212,158); }

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

background-color css

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

 a { background-color: rgb(218,212,158); }

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

border-color css

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

 span { border-color: rgb(218,212,158); }

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