Html Css Color HEX #DAD09C Tahuna Sands

📋 copy color: '#DAD09C'

red 218 ◦ green 208 ◦ blue 156

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

Shades of Tahuna Sands #DAD09C

Tints of Tahuna Sands #DAD09C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 26.8%

R = 37.46%
G = 35.74%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#DAD09C (or 0xDAD09C) is known color: Tahuna Sands. HEX triplet: DA, D0 and 9C. RGB value is (218,208,156). Sum of RGB (Red+Green+Blue) = 218+208+156=582 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.46% from 582); Green value is 208 (81.64% from 255 or 35.74% from 582); Blue value is 156 (61.33% from 255 or 26.80% from 582); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD09C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD09C is #252F63. Grayscale: #CDCDCD. Windows color (decimal): -2436964 or 10277082. OLE color: 10277082.

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

Color convert

RGB 218 208 156 -
CMYK 0 0.05 0.28 0.15
HSL 50.32º 0.46% 0.73% -
HSV(B) 50.32º 0.28% 0.85% -
XYZ 57.47 62.42 40.47 -
YUV 205.06 100.31 137.23 -
System Red Green Blue C M Y K H S L
Decimal 218 208 156 0 0.05 0.28 0.15 50.32 0.46 0.73
Hex DA D0 9C 0 5 1C F 32 2E 49
Octal 332 320 234 0 5 34 17 62 56 111
Binary 11011010 11010000 10011100 0 101 11100 1111 110010 101110 1001001

Color Harmonies of #DAD09C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD09C

Black with #DAD09C

Text Example


Text Example

White with #DAD09C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD09C; }

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

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

background-color css

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

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

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

border-color css

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

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

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