Html Css Color HEX #DAD096 Tahuna Sands

📋 copy color: '#DAD096'

red 218 ◦ green 208 ◦ blue 150

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

Shades of Tahuna Sands #DAD096

Tints of Tahuna Sands #DAD096

RGB

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

 GREEN value IS 208 (81.64% from 255) = 36.11%

 BLUE value IS 150 (58.98% from 255) = 26.04%

R = 37.85%
G = 36.11%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#DAD096 (or 0xDAD096) is known color: Tahuna Sands. HEX triplet: DA, D0 and 96. RGB value is (218,208,150). Sum of RGB (Red+Green+Blue) = 218+208+150=576 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.85% from 576); Green value is 208 (81.64% from 255 or 36.11% from 576); Blue value is 150 (58.98% from 255 or 26.04% from 576); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD096 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD096 is #252F69. Grayscale: #CCCCCC. Windows color (decimal): -2436970 or 9883866. OLE color: 9883866.

HSL color Cylindrical-coordinate representation of color #DAD096: hue angle of 51.18º 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 #DAD096 is Cyan = 0, Magento = 0.05, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 208 150 -
CMYK 0 0.05 0.31 0.15
HSL 51.18º 0.48% 0.72% -
HSV(B) 51.18º 0.31% 0.85% -
XYZ 56.97 62.22 37.86 -
YUV 204.38 97.31 137.72 -
System Red Green Blue C M Y K H S L
Decimal 218 208 150 0 0.05 0.31 0.15 51.18 0.48 0.72
Hex DA D0 96 0 5 1F F 33 30 48
Octal 332 320 226 0 5 37 17 63 60 110
Binary 11011010 11010000 10010110 0 101 11111 1111 110011 110000 1001000

Color Harmonies of #DAD096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD096

Black with #DAD096

Text Example


Text Example

White with #DAD096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD096; }

 p { color: rgb(218,208,150); }

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

background-color css

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

 a { background-color: rgb(218,208,150); }

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

border-color css

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

 span { border-color: rgb(218,208,150); }

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