Html Css Color HEX #DAC695 Tahuna Sands

📋 copy color: '#DAC695'

red 218 ◦ green 198 ◦ blue 149

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

Shades of Tahuna Sands #DAC695

Tints of Tahuna Sands #DAC695

RGB

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

 GREEN value IS 198 (77.73% from 255) = 35.04%

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

R = 38.58%
G = 35.04%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#DAC695 (or 0xDAC695) is known color: Tahuna Sands. HEX triplet: DA, C6 and 95. RGB value is (218,198,149). Sum of RGB (Red+Green+Blue) = 218+198+149=565 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.58% from 565); Green value is 198 (77.73% from 255 or 35.04% from 565); Blue value is 149 (58.59% from 255 or 26.37% from 565); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC695 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC695 is #25396A. Grayscale: #C6C6C6. Windows color (decimal): -2439531 or 9815770. OLE color: 9815770.

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

Color convert

RGB 218 198 149 -
CMYK 0 0.09 0.32 0.15
HSL 42.61º 0.48% 0.72% -
HSV(B) 42.61º 0.32% 0.85% -
XYZ 54.53 57.46 36.65 -
YUV 198.39 100.13 141.98 -
System Red Green Blue C M Y K H S L
Decimal 218 198 149 0 0.09 0.32 0.15 42.61 0.48 0.72
Hex DA C6 95 0 9 20 F 2B 30 48
Octal 332 306 225 0 11 40 17 53 60 110
Binary 11011010 11000110 10010101 0 1001 100000 1111 101011 110000 1001000

Color Harmonies of #DAC695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC695

Black with #DAC695

Text Example


Text Example

White with #DAC695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC695; }

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

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

background-color css

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

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

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

border-color css

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

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

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