Html Css Color HEX #DAC98E Tahuna Sands

📋 copy color: '#DAC98E'

red 218 ◦ green 201 ◦ blue 142

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

Shades of Tahuna Sands #DAC98E

Tints of Tahuna Sands #DAC98E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 25.31%

R = 38.86%
G = 35.83%
B = 25.31%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#DAC98E (or 0xDAC98E) is known color: Tahuna Sands. HEX triplet: DA, C9 and 8E. RGB value is (218,201,142). Sum of RGB (Red+Green+Blue) = 218+201+142=561 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.86% from 561); Green value is 201 (78.91% from 255 or 35.83% from 561); Blue value is 142 (55.86% from 255 or 25.31% from 561); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC98E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC98E is #253671. Grayscale: #C7C7C7. Windows color (decimal): -2438770 or 9357786. OLE color: 9357786.

HSL color Cylindrical-coordinate representation of color #DAC98E: hue angle of 46.58º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DAC98E is Cyan = 0, Magento = 0.08, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 201 142 -
CMYK 0 0.08 0.35 0.15
HSL 46.58º 0.51% 0.71% -
HSV(B) 46.58º 0.35% 0.85% -
XYZ 54.68 58.63 34.03 -
YUV 199.36 95.63 141.3 -
System Red Green Blue C M Y K H S L
Decimal 218 201 142 0 0.08 0.35 0.15 46.58 0.51 0.71
Hex DA C9 8E 0 8 23 F 2F 33 47
Octal 332 311 216 0 10 43 17 57 63 107
Binary 11011010 11001001 10001110 0 1000 100011 1111 101111 110011 1000111

Color Harmonies of #DAC98E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC98E

Black with #DAC98E

Text Example


Text Example

White with #DAC98E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC98E; }

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

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

background-color css

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

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

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

border-color css

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

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

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