Html Css Color HEX #DAC794 Tahuna Sands

📋 copy color: '#DAC794'

red 218 ◦ green 199 ◦ blue 148

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

Shades of Tahuna Sands #DAC794

Tints of Tahuna Sands #DAC794

RGB

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

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

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

R = 38.58%
G = 35.22%
B = 26.19%

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

#DAC794 (or 0xDAC794) is known color: Tahuna Sands. HEX triplet: DA, C7 and 94. RGB value is (218,199,148). Sum of RGB (Red+Green+Blue) = 218+199+148=565 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.58% from 565); Green value is 199 (78.12% from 255 or 35.22% from 565); Blue value is 148 (58.20% from 255 or 26.19% from 565); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC794 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC794 is #25386B. Grayscale: #C7C7C7. Windows color (decimal): -2439276 or 9750490. OLE color: 9750490.

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

Color convert

RGB 218 199 148 -
CMYK 0 0.09 0.32 0.15
HSL 43.71º 0.49% 0.72% -
HSV(B) 43.71º 0.32% 0.85% -
XYZ 54.68 57.89 36.31 -
YUV 198.87 99.29 141.65 -
System Red Green Blue C M Y K H S L
Decimal 218 199 148 0 0.09 0.32 0.15 43.71 0.49 0.72
Hex DA C7 94 0 9 20 F 2C 31 48
Octal 332 307 224 0 11 40 17 54 61 110
Binary 11011010 11000111 10010100 0 1001 100000 1111 101100 110001 1001000

Color Harmonies of #DAC794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC794

Black with #DAC794

Text Example


Text Example

White with #DAC794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC794; }

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

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

background-color css

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

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

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

border-color css

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

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

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