Html Css Color HEX #DAC593 Tahuna Sands

📋 copy color: '#DAC593'

red 218 ◦ green 197 ◦ blue 147

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

Shades of Tahuna Sands #DAC593

Tints of Tahuna Sands #DAC593

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 26.16%

R = 38.79%
G = 35.05%
B = 26.16%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#DAC593 (or 0xDAC593) is known color: Tahuna Sands. HEX triplet: DA, C5 and 93. RGB value is (218,197,147). Sum of RGB (Red+Green+Blue) = 218+197+147=562 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.79% from 562); Green value is 197 (77.34% from 255 or 35.05% from 562); Blue value is 147 (57.81% from 255 or 26.16% from 562); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC593 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC593 is #253A6C. Grayscale: #C5C5C5. Windows color (decimal): -2439789 or 9684442. OLE color: 9684442.

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

Color convert

RGB 218 197 147 -
CMYK 0 0.10 0.33 0.15
HSL 42.25º 0.49% 0.72% -
HSV(B) 42.25º 0.33% 0.85% -
XYZ 54.15 56.94 35.74 -
YUV 197.58 99.46 142.57 -
System Red Green Blue C M Y K H S L
Decimal 218 197 147 0 0.10 0.33 0.15 42.25 0.49 0.72
Hex DA C5 93 0 A 21 F 2A 31 48
Octal 332 305 223 0 12 41 17 52 61 110
Binary 11011010 11000101 10010011 0 1010 100001 1111 101010 110001 1001000

Color Harmonies of #DAC593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC593

Black with #DAC593

Text Example


Text Example

White with #DAC593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC593; }

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

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

background-color css

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

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

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

border-color css

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

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

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