Html Css Color HEX #DAD497 Tahuna Sands

📋 copy color: '#DAD497'

red 218 ◦ green 212 ◦ blue 151

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

Shades of Tahuna Sands #DAD497

Tints of Tahuna Sands #DAD497

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 25.99%

R = 37.52%
G = 36.49%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#DAD497 (or 0xDAD497) is known color: Tahuna Sands. HEX triplet: DA, D4 and 97. RGB value is (218,212,151). Sum of RGB (Red+Green+Blue) = 218+212+151=581 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.52% from 581); Green value is 212 (83.20% from 255 or 36.49% from 581); Blue value is 151 (59.38% from 255 or 25.99% from 581); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD497 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD497 is #252B68. Grayscale: #CFCFCF. Windows color (decimal): -2435945 or 9950426. OLE color: 9950426.

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

Color convert

RGB 218 212 151 -
CMYK 0 0.03 0.31 0.15
HSL 54.63º 0.48% 0.72% -
HSV(B) 54.63º 0.31% 0.85% -
XYZ 58.04 64.23 38.62 -
YUV 206.84 96.49 135.96 -
System Red Green Blue C M Y K H S L
Decimal 218 212 151 0 0.03 0.31 0.15 54.63 0.48 0.72
Hex DA D4 97 0 3 1F F 37 30 48
Octal 332 324 227 0 3 37 17 67 60 110
Binary 11011010 11010100 10010111 0 11 11111 1111 110111 110000 1001000

Color Harmonies of #DAD497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD497

Black with #DAD497

Text Example


Text Example

White with #DAD497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD497; }

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

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

background-color css

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

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

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

border-color css

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

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

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