Html Css Color HEX #DAC894 Tahuna Sands

📋 copy color: '#DAC894'

red 218 ◦ green 200 ◦ blue 148

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

Shades of Tahuna Sands #DAC894

Tints of Tahuna Sands #DAC894

RGB

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

 GREEN value IS 200 (78.52% from 255) = 35.34%

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

R = 38.52%
G = 35.34%
B = 26.15%

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

#DAC894 (or 0xDAC894) is known color: Tahuna Sands. HEX triplet: DA, C8 and 94. RGB value is (218,200,148). Sum of RGB (Red+Green+Blue) = 218+200+148=566 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.52% from 566); Green value is 200 (78.52% from 255 or 35.34% from 566); Blue value is 148 (58.20% from 255 or 26.15% from 566); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC894 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC894 is #25376B. Grayscale: #C7C7C7. Windows color (decimal): -2439020 or 9750746. OLE color: 9750746.

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

Color convert

RGB 218 200 148 -
CMYK 0 0.08 0.32 0.15
HSL 44.57º 0.49% 0.72% -
HSV(B) 44.57º 0.32% 0.85% -
XYZ 54.91 58.35 36.39 -
YUV 199.45 98.96 141.23 -
System Red Green Blue C M Y K H S L
Decimal 218 200 148 0 0.08 0.32 0.15 44.57 0.49 0.72
Hex DA C8 94 0 8 20 F 2D 31 48
Octal 332 310 224 0 10 40 17 55 61 110
Binary 11011010 11001000 10010100 0 1000 100000 1111 101101 110001 1001000

Color Harmonies of #DAC894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC894

Black with #DAC894

Text Example


Text Example

White with #DAC894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC894; }

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

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

background-color css

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

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

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

border-color css

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

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

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