Html Css Color HEX #DAC998 Tahuna Sands

📋 copy color: '#DAC998'

red 218 ◦ green 201 ◦ blue 152

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

Shades of Tahuna Sands #DAC998

Tints of Tahuna Sands #DAC998

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 26.62%

R = 38.18%
G = 35.2%
B = 26.62%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#DAC998 (or 0xDAC998) is known color: Tahuna Sands. HEX triplet: DA, C9 and 98. RGB value is (218,201,152). Sum of RGB (Red+Green+Blue) = 218+201+152=571 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.18% from 571); Green value is 201 (78.91% from 255 or 35.20% from 571); Blue value is 152 (59.77% from 255 or 26.62% from 571); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC998 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC998 is #253667. Grayscale: #C8C8C8. Windows color (decimal): -2438760 or 10013146. OLE color: 10013146.

HSL color Cylindrical-coordinate representation of color #DAC998: hue angle of 44.55º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DAC998 is Cyan = 0, Magento = 0.08, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 201 152 -
CMYK 0 0.08 0.30 0.15
HSL 44.55º 0.47% 0.73% -
HSV(B) 44.55º 0.3% 0.85% -
XYZ 55.47 58.95 38.16 -
YUV 200.5 100.63 140.48 -
System Red Green Blue C M Y K H S L
Decimal 218 201 152 0 0.08 0.30 0.15 44.55 0.47 0.73
Hex DA C9 98 0 8 1E F 2D 2F 49
Octal 332 311 230 0 10 36 17 55 57 111
Binary 11011010 11001001 10011000 0 1000 11110 1111 101101 101111 1001001

Color Harmonies of #DAC998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC998

Black with #DAC998

Text Example


Text Example

White with #DAC998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC998; }

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

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

background-color css

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

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

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

border-color css

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

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

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