Html Css Color HEX #DAC795 Tahuna Sands

📋 copy color: '#DAC795'

red 218 ◦ green 199 ◦ blue 149

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

Shades of Tahuna Sands #DAC795

Tints of Tahuna Sands #DAC795

RGB

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

 GREEN value IS 199 (78.13% from 255) = 35.16%

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

R = 38.52%
G = 35.16%
B = 26.33%

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

#DAC795 (or 0xDAC795) is known color: Tahuna Sands. HEX triplet: DA, C7 and 95. RGB value is (218,199,149). Sum of RGB (Red+Green+Blue) = 218+199+149=566 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.52% from 566); Green value is 199 (78.12% from 255 or 35.16% from 566); Blue value is 149 (58.59% from 255 or 26.33% from 566); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC795 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC795 is #25386A. Grayscale: #C7C7C7. Windows color (decimal): -2439275 or 9816026. OLE color: 9816026.

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

Color convert

RGB 218 199 149 -
CMYK 0 0.09 0.32 0.15
HSL 43.48º 0.48% 0.72% -
HSV(B) 43.48º 0.32% 0.85% -
XYZ 54.76 57.92 36.73 -
YUV 198.98 99.79 141.57 -
System Red Green Blue C M Y K H S L
Decimal 218 199 149 0 0.09 0.32 0.15 43.48 0.48 0.72
Hex DA C7 95 0 9 20 F 2B 30 48
Octal 332 307 225 0 11 40 17 53 60 110
Binary 11011010 11000111 10010101 0 1001 100000 1111 101011 110000 1001000

Color Harmonies of #DAC795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC795

Black with #DAC795

Text Example


Text Example

White with #DAC795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC795; }

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

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

background-color css

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

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

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

border-color css

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

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

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