Html Css Color HEX #DAC995 Tahuna Sands

📋 copy color: '#DAC995'

red 218 ◦ green 201 ◦ blue 149

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

Shades of Tahuna Sands #DAC995

Tints of Tahuna Sands #DAC995

RGB

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

 GREEN value IS 201 (78.91% from 255) = 35.39%

 BLUE value IS 149 (58.59% from 255) = 26.23%

R = 38.38%
G = 35.39%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#DAC995 (or 0xDAC995) is known color: Tahuna Sands. HEX triplet: DA, C9 and 95. RGB value is (218,201,149). Sum of RGB (Red+Green+Blue) = 218+201+149=568 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.38% from 568); Green value is 201 (78.91% from 255 or 35.39% from 568); Blue value is 149 (58.59% from 255 or 26.23% from 568); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC995 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC995 is #25366A. Grayscale: #C8C8C8. Windows color (decimal): -2438763 or 9816538. OLE color: 9816538.

HSL color Cylindrical-coordinate representation of color #DAC995: hue angle of 45.22º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DAC995 is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 201 149 -
CMYK 0 0.08 0.32 0.15
HSL 45.22º 0.48% 0.72% -
HSV(B) 45.22º 0.32% 0.85% -
XYZ 55.22 58.85 36.88 -
YUV 200.16 99.13 140.73 -
System Red Green Blue C M Y K H S L
Decimal 218 201 149 0 0.08 0.32 0.15 45.22 0.48 0.72
Hex DA C9 95 0 8 20 F 2D 30 48
Octal 332 311 225 0 10 40 17 55 60 110
Binary 11011010 11001001 10010101 0 1000 100000 1111 101101 110000 1001000

Color Harmonies of #DAC995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC995

Black with #DAC995

Text Example


Text Example

White with #DAC995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC995; }

 p { color: rgb(218,201,149); }

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

background-color css

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

 a { background-color: rgb(218,201,149); }

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

border-color css

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

 span { border-color: rgb(218,201,149); }

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