Html Css Color HEX #DAC696 Tahuna Sands

📋 copy color: '#DAC696'

red 218 ◦ green 198 ◦ blue 150

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

Shades of Tahuna Sands #DAC696

Tints of Tahuna Sands #DAC696

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 26.5%

R = 38.52%
G = 34.98%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#DAC696 (or 0xDAC696) is known color: Tahuna Sands. HEX triplet: DA, C6 and 96. RGB value is (218,198,150). Sum of RGB (Red+Green+Blue) = 218+198+150=566 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.52% from 566); Green value is 198 (77.73% from 255 or 34.98% from 566); Blue value is 150 (58.98% from 255 or 26.50% from 566); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC696 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC696 is #253969. Grayscale: #C6C6C6. Windows color (decimal): -2439530 or 9881306. OLE color: 9881306.

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

Color convert

RGB 218 198 150 -
CMYK 0 0.09 0.31 0.15
HSL 42.35º 0.48% 0.72% -
HSV(B) 42.35º 0.31% 0.85% -
XYZ 54.61 57.5 37.07 -
YUV 198.51 100.63 141.9 -
System Red Green Blue C M Y K H S L
Decimal 218 198 150 0 0.09 0.31 0.15 42.35 0.48 0.72
Hex DA C6 96 0 9 1F F 2A 30 48
Octal 332 306 226 0 11 37 17 52 60 110
Binary 11011010 11000110 10010110 0 1001 11111 1111 101010 110000 1001000

Color Harmonies of #DAC696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC696

Black with #DAC696

Text Example


Text Example

White with #DAC696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC696; }

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

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

background-color css

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

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

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

border-color css

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

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

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