Html Css Color HEX #DAD09D Tahuna Sands

📋 copy color: '#DAD09D'

red 218 ◦ green 208 ◦ blue 157

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

Shades of Tahuna Sands #DAD09D

Tints of Tahuna Sands #DAD09D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 26.93%

R = 37.39%
G = 35.68%
B = 26.93%

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

#DAD09D (or 0xDAD09D) is known color: Tahuna Sands. HEX triplet: DA, D0 and 9D. RGB value is (218,208,157). Sum of RGB (Red+Green+Blue) = 218+208+157=583 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.39% from 583); Green value is 208 (81.64% from 255 or 35.68% from 583); Blue value is 157 (61.72% from 255 or 26.93% from 583); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD09D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD09D is #252F62. Grayscale: #CDCDCD. Windows color (decimal): -2436963 or 10342618. OLE color: 10342618.

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

Color convert

RGB 218 208 157 -
CMYK 0 0.05 0.28 0.15
HSL 50.16º 0.45% 0.74% -
HSV(B) 50.16º 0.28% 0.85% -
XYZ 57.56 62.45 40.92 -
YUV 205.18 100.81 137.15 -
System Red Green Blue C M Y K H S L
Decimal 218 208 157 0 0.05 0.28 0.15 50.16 0.45 0.74
Hex DA D0 9D 0 5 1C F 32 2D 4A
Octal 332 320 235 0 5 34 17 62 55 112
Binary 11011010 11010000 10011101 0 101 11100 1111 110010 101101 1001010

Color Harmonies of #DAD09D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD09D

Black with #DAD09D

Text Example


Text Example

White with #DAD09D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD09D; }

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

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

background-color css

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

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

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

border-color css

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

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

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