Html Css Color HEX #DAD49B Tahuna Sands

📋 copy color: '#DAD49B'

red 218 ◦ green 212 ◦ blue 155

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

Shades of Tahuna Sands #DAD49B

Tints of Tahuna Sands #DAD49B

RGB

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

 GREEN value IS 212 (83.2% from 255) = 36.24%

 BLUE value IS 155 (60.94% from 255) = 26.5%

R = 37.26%
G = 36.24%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#DAD49B (or 0xDAD49B) is known color: Tahuna Sands. HEX triplet: DA, D4 and 9B. RGB value is (218,212,155). Sum of RGB (Red+Green+Blue) = 218+212+155=585 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.26% from 585); Green value is 212 (83.20% from 255 or 36.24% from 585); Blue value is 155 (60.94% from 255 or 26.50% from 585); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD49B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD49B is #252B64. Grayscale: #CFCFCF. Windows color (decimal): -2435941 or 10212570. OLE color: 10212570.

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

Color convert

RGB 218 212 155 -
CMYK 0 0.03 0.29 0.15
HSL 54.29º 0.46% 0.73% -
HSV(B) 54.29º 0.29% 0.85% -
XYZ 58.37 64.36 40.36 -
YUV 207.3 98.49 135.63 -
System Red Green Blue C M Y K H S L
Decimal 218 212 155 0 0.03 0.29 0.15 54.29 0.46 0.73
Hex DA D4 9B 0 3 1D F 36 2E 49
Octal 332 324 233 0 3 35 17 66 56 111
Binary 11011010 11010100 10011011 0 11 11101 1111 110110 101110 1001001

Color Harmonies of #DAD49B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD49B

Black with #DAD49B

Text Example


Text Example

White with #DAD49B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD49B; }

 p { color: rgb(218,212,155); }

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

background-color css

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

 a { background-color: rgb(218,212,155); }

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

border-color css

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

 span { border-color: rgb(218,212,155); }

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