Html Css Color HEX #DAD59A Tahuna Sands

📋 copy color: '#DAD59A'

red 218 ◦ green 213 ◦ blue 154

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

Shades of Tahuna Sands #DAD59A

Tints of Tahuna Sands #DAD59A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 26.32%

R = 37.26%
G = 36.41%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#DAD59A (or 0xDAD59A) is known color: Tahuna Sands. HEX triplet: DA, D5 and 9A. RGB value is (218,213,154). Sum of RGB (Red+Green+Blue) = 218+213+154=585 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.26% from 585); Green value is 213 (83.59% from 255 or 36.41% from 585); Blue value is 154 (60.55% from 255 or 26.32% from 585); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD59A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD59A is #252A65. Grayscale: #D0D0D0. Windows color (decimal): -2435686 or 10147290. OLE color: 10147290.

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

Color convert

RGB 218 213 154 -
CMYK 0 0.02 0.29 0.15
HSL 55.31º 0.46% 0.73% -
HSV(B) 55.31º 0.29% 0.85% -
XYZ 58.54 64.83 40 -
YUV 207.77 97.66 135.3 -
System Red Green Blue C M Y K H S L
Decimal 218 213 154 0 0.02 0.29 0.15 55.31 0.46 0.73
Hex DA D5 9A 0 2 1D F 37 2E 49
Octal 332 325 232 0 2 35 17 67 56 111
Binary 11011010 11010101 10011010 0 10 11101 1111 110111 101110 1001001

Color Harmonies of #DAD59A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD59A

Black with #DAD59A

Text Example


Text Example

White with #DAD59A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD59A; }

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

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

background-color css

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

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

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

border-color css

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

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

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