Html Css Color HEX #DAC996 Tahuna Sands

📋 copy color: '#DAC996'

red 218 ◦ green 201 ◦ blue 150

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

Shades of Tahuna Sands #DAC996

Tints of Tahuna Sands #DAC996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 26.36%

R = 38.31%
G = 35.33%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#DAC996 (or 0xDAC996) is known color: Tahuna Sands. HEX triplet: DA, C9 and 96. RGB value is (218,201,150). Sum of RGB (Red+Green+Blue) = 218+201+150=569 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.31% from 569); Green value is 201 (78.91% from 255 or 35.33% from 569); Blue value is 150 (58.98% from 255 or 26.36% from 569); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC996 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC996 is #253669. Grayscale: #C8C8C8. Windows color (decimal): -2438762 or 9882074. OLE color: 9882074.

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

Color convert

RGB 218 201 150 -
CMYK 0 0.08 0.31 0.15
HSL 45º 0.48% 0.72% -
HSV(B) 45º 0.31% 0.85% -
XYZ 55.31 58.88 37.3 -
YUV 200.27 99.63 140.65 -
System Red Green Blue C M Y K H S L
Decimal 218 201 150 0 0.08 0.31 0.15 45 0.48 0.72
Hex DA C9 96 0 8 1F F 2D 30 48
Octal 332 311 226 0 10 37 17 55 60 110
Binary 11011010 11001001 10010110 0 1000 11111 1111 101101 110000 1001000

Color Harmonies of #DAC996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC996

Black with #DAC996

Text Example


Text Example

White with #DAC996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC996; }

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

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

background-color css

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

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

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

border-color css

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

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

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