Html Css Color HEX #DAD19D Tahuna Sands

📋 copy color: '#DAD19D'

red 218 ◦ green 209 ◦ blue 157

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

Shades of Tahuna Sands #DAD19D

Tints of Tahuna Sands #DAD19D

RGB

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

 GREEN value IS 209 (82.03% from 255) = 35.79%

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

R = 37.33%
G = 35.79%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#DAD19D (or 0xDAD19D) is known color: Tahuna Sands. HEX triplet: DA, D1 and 9D. RGB value is (218,209,157). Sum of RGB (Red+Green+Blue) = 218+209+157=584 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.33% from 584); Green value is 209 (82.03% from 255 or 35.79% from 584); Blue value is 157 (61.72% from 255 or 26.88% from 584); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD19D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD19D is #252E62. Grayscale: #CDCDCD. Windows color (decimal): -2436707 or 10342874. OLE color: 10342874.

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

Color convert

RGB 218 209 157 -
CMYK 0 0.04 0.28 0.15
HSL 51.15º 0.45% 0.74% -
HSV(B) 51.15º 0.28% 0.85% -
XYZ 57.8 62.94 41 -
YUV 205.76 100.48 136.73 -
System Red Green Blue C M Y K H S L
Decimal 218 209 157 0 0.04 0.28 0.15 51.15 0.45 0.74
Hex DA D1 9D 0 4 1C F 33 2D 4A
Octal 332 321 235 0 4 34 17 63 55 112
Binary 11011010 11010001 10011101 0 100 11100 1111 110011 101101 1001010

Color Harmonies of #DAD19D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD19D

Black with #DAD19D

Text Example


Text Example

White with #DAD19D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD19D; }

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

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

background-color css

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

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

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

border-color css

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

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

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