Html Css Color HEX #DAC896 Tahuna Sands

📋 copy color: '#DAC896'

red 218 ◦ green 200 ◦ blue 150

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

Shades of Tahuna Sands #DAC896

Tints of Tahuna Sands #DAC896

RGB

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

 GREEN value IS 200 (78.52% from 255) = 35.21%

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

R = 38.38%
G = 35.21%
B = 26.41%

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

#DAC896 (or 0xDAC896) is known color: Tahuna Sands. HEX triplet: DA, C8 and 96. RGB value is (218,200,150). Sum of RGB (Red+Green+Blue) = 218+200+150=568 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.38% from 568); Green value is 200 (78.52% from 255 or 35.21% from 568); Blue value is 150 (58.98% from 255 or 26.41% from 568); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC896 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC896 is #253769. Grayscale: #C7C7C7. Windows color (decimal): -2439018 or 9881818. OLE color: 9881818.

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

Color convert

RGB 218 200 150 -
CMYK 0 0.08 0.31 0.15
HSL 44.12º 0.48% 0.72% -
HSV(B) 44.12º 0.31% 0.85% -
XYZ 55.07 58.42 37.23 -
YUV 199.68 99.96 141.07 -
System Red Green Blue C M Y K H S L
Decimal 218 200 150 0 0.08 0.31 0.15 44.12 0.48 0.72
Hex DA C8 96 0 8 1F F 2C 30 48
Octal 332 310 226 0 10 37 17 54 60 110
Binary 11011010 11001000 10010110 0 1000 11111 1111 101100 110000 1001000

Color Harmonies of #DAC896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC896

Black with #DAC896

Text Example


Text Example

White with #DAC896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC896; }

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

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

background-color css

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

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

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

border-color css

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

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

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