Html Css Color HEX #DAC994 Tahuna Sands

📋 copy color: '#DAC994'

red 218 ◦ green 201 ◦ blue 148

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

Shades of Tahuna Sands #DAC994

Tints of Tahuna Sands #DAC994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 26.1%

R = 38.45%
G = 35.45%
B = 26.1%

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

#DAC994 (or 0xDAC994) is known color: Tahuna Sands. HEX triplet: DA, C9 and 94. RGB value is (218,201,148). Sum of RGB (Red+Green+Blue) = 218+201+148=567 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.45% from 567); Green value is 201 (78.91% from 255 or 35.45% from 567); Blue value is 148 (58.20% from 255 or 26.10% from 567); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC994 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC994 is #25366B. Grayscale: #C8C8C8. Windows color (decimal): -2438764 or 9751002. OLE color: 9751002.

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

Color convert

RGB 218 201 148 -
CMYK 0 0.08 0.32 0.15
HSL 45.43º 0.49% 0.72% -
HSV(B) 45.43º 0.32% 0.85% -
XYZ 55.15 58.82 36.46 -
YUV 200.04 98.63 140.81 -
System Red Green Blue C M Y K H S L
Decimal 218 201 148 0 0.08 0.32 0.15 45.43 0.49 0.72
Hex DA C9 94 0 8 20 F 2D 31 48
Octal 332 311 224 0 10 40 17 55 61 110
Binary 11011010 11001001 10010100 0 1000 100000 1111 101101 110001 1001000

Color Harmonies of #DAC994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC994

Black with #DAC994

Text Example


Text Example

White with #DAC994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC994; }

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

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

background-color css

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

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

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

border-color css

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

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

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