Html Css Color HEX #DAC992 Tahuna Sands

📋 copy color: '#DAC992'

red 218 ◦ green 201 ◦ blue 146

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

Shades of Tahuna Sands #DAC992

Tints of Tahuna Sands #DAC992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 25.84%

R = 38.58%
G = 35.58%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#DAC992 (or 0xDAC992) is known color: Tahuna Sands. HEX triplet: DA, C9 and 92. RGB value is (218,201,146). Sum of RGB (Red+Green+Blue) = 218+201+146=565 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.58% from 565); Green value is 201 (78.91% from 255 or 35.58% from 565); Blue value is 146 (57.42% from 255 or 25.84% from 565); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC992 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC992 is #25366D. Grayscale: #C8C8C8. Windows color (decimal): -2438766 or 9619930. OLE color: 9619930.

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

Color convert

RGB 218 201 146 -
CMYK 0 0.08 0.33 0.15
HSL 45.83º 0.49% 0.71% -
HSV(B) 45.83º 0.33% 0.85% -
XYZ 54.99 58.75 35.64 -
YUV 199.81 97.63 140.97 -
System Red Green Blue C M Y K H S L
Decimal 218 201 146 0 0.08 0.33 0.15 45.83 0.49 0.71
Hex DA C9 92 0 8 21 F 2E 31 47
Octal 332 311 222 0 10 41 17 56 61 107
Binary 11011010 11001001 10010010 0 1000 100001 1111 101110 110001 1000111

Color Harmonies of #DAC992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC992

Black with #DAC992

Text Example


Text Example

White with #DAC992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC992; }

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

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

background-color css

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

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

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

border-color css

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

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

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