Html Css Color HEX #DAC691 Tahuna Sands

📋 copy color: '#DAC691'

red 218 ◦ green 198 ◦ blue 145

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

Shades of Tahuna Sands #DAC691

Tints of Tahuna Sands #DAC691

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 25.85%

R = 38.86%
G = 35.29%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#DAC691 (or 0xDAC691) is known color: Tahuna Sands. HEX triplet: DA, C6 and 91. RGB value is (218,198,145). Sum of RGB (Red+Green+Blue) = 218+198+145=561 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.86% from 561); Green value is 198 (77.73% from 255 or 35.29% from 561); Blue value is 145 (57.03% from 255 or 25.85% from 561); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC691 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC691 is #25396E. Grayscale: #C6C6C6. Windows color (decimal): -2439535 or 9553626. OLE color: 9553626.

HSL color Cylindrical-coordinate representation of color #DAC691: hue angle of 43.56º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DAC691 is Cyan = 0, Magento = 0.09, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 198 145 -
CMYK 0 0.09 0.33 0.15
HSL 43.56º 0.5% 0.71% -
HSV(B) 43.56º 0.33% 0.85% -
XYZ 54.22 57.34 35 -
YUV 197.94 98.13 142.31 -
System Red Green Blue C M Y K H S L
Decimal 218 198 145 0 0.09 0.33 0.15 43.56 0.5 0.71
Hex DA C6 91 0 9 21 F 2C 32 47
Octal 332 306 221 0 11 41 17 54 62 107
Binary 11011010 11000110 10010001 0 1001 100001 1111 101100 110010 1000111

Color Harmonies of #DAC691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC691

Black with #DAC691

Text Example


Text Example

White with #DAC691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC691; }

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

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

background-color css

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

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

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

border-color css

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

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

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