Html Css Color HEX #DAD699 Tahuna Sands

📋 copy color: '#DAD699'

red 218 ◦ green 214 ◦ blue 153

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

Shades of Tahuna Sands #DAD699

Tints of Tahuna Sands #DAD699

RGB

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

 GREEN value IS 214 (83.98% from 255) = 36.58%

 BLUE value IS 153 (60.16% from 255) = 26.15%

R = 37.26%
G = 36.58%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#DAD699 (or 0xDAD699) is known color: Tahuna Sands. HEX triplet: DA, D6 and 99. RGB value is (218,214,153). Sum of RGB (Red+Green+Blue) = 218+214+153=585 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.26% from 585); Green value is 214 (83.98% from 255 or 36.58% from 585); Blue value is 153 (60.16% from 255 or 26.15% from 585); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD699 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD699 is #252966. Grayscale: #D0D0D0. Windows color (decimal): -2435431 or 10082010. OLE color: 10082010.

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

Color convert

RGB 218 214 153 -
CMYK 0 0.02 0.30 0.15
HSL 56.31º 0.47% 0.73% -
HSV(B) 56.31º 0.3% 0.85% -
XYZ 58.71 65.3 39.65 -
YUV 208.24 96.83 134.96 -
System Red Green Blue C M Y K H S L
Decimal 218 214 153 0 0.02 0.30 0.15 56.31 0.47 0.73
Hex DA D6 99 0 2 1E F 38 2F 49
Octal 332 326 231 0 2 36 17 70 57 111
Binary 11011010 11010110 10011001 0 10 11110 1111 111000 101111 1001001

Color Harmonies of #DAD699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD699

Black with #DAD699

Text Example


Text Example

White with #DAD699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD699; }

 p { color: rgb(218,214,153); }

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

background-color css

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

 a { background-color: rgb(218,214,153); }

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

border-color css

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

 span { border-color: rgb(218,214,153); }

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