Html Css Color HEX #DAC594 Tahuna Sands

📋 copy color: '#DAC594'

red 218 ◦ green 197 ◦ blue 148

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

Shades of Tahuna Sands #DAC594

Tints of Tahuna Sands #DAC594

RGB

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

 GREEN value IS 197 (77.34% from 255) = 34.99%

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

R = 38.72%
G = 34.99%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#DAC594 (or 0xDAC594) is known color: Tahuna Sands. HEX triplet: DA, C5 and 94. RGB value is (218,197,148). Sum of RGB (Red+Green+Blue) = 218+197+148=563 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.72% from 563); Green value is 197 (77.34% from 255 or 34.99% from 563); Blue value is 148 (58.20% from 255 or 26.29% from 563); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC594 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC594 is #253A6B. Grayscale: #C5C5C5. Windows color (decimal): -2439788 or 9749978. OLE color: 9749978.

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

Color convert

RGB 218 197 148 -
CMYK 0 0.10 0.32 0.15
HSL 42º 0.49% 0.72% -
HSV(B) 42º 0.32% 0.85% -
XYZ 54.22 56.98 36.16 -
YUV 197.69 99.96 142.48 -
System Red Green Blue C M Y K H S L
Decimal 218 197 148 0 0.10 0.32 0.15 42 0.49 0.72
Hex DA C5 94 0 A 20 F 2A 31 48
Octal 332 305 224 0 12 40 17 52 61 110
Binary 11011010 11000101 10010100 0 1010 100000 1111 101010 110001 1001000

Color Harmonies of #DAC594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC594

Black with #DAC594

Text Example


Text Example

White with #DAC594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC594; }

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

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

background-color css

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

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

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

border-color css

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

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

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