#D9D494

Color #D9D494 Tahuna Sands (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tahuna Sands #D9D494

Tints of Tahuna Sands #D9D494

Color information

#D9D494 (or 0xD9D494) is unknown color: approx Tahuna Sands. HEX triplet: D9, D4 and 94. RGB value is (217,212,148). Sum of RGB (Red+Green+Blue) = 217+212+148=577 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.61% from 577); Green value is 212 (83.20% from 255 or 36.74% from 577); Blue value is 148 (58.20% from 255 or 25.65% from 577); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D494 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9D494 is #262B6B. Grayscale: #CECECE. Windows color (decimal): -2501484 or 9753817. OLE color: 9753817.

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

Color convert

RGB217212148-
CMYK00.020.320.15
HSL55.65º47.59%71.57%-
HSV(B)55.65º31.8%85.1%-
XYZ57.563.9837.33-
YUV206.295.16135.7-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.61%
GREEN value IS 212 (83.20% from 255) = 36.74%
BLUE value IS 148 (58.20% from 255) = 25.65%
R=37.61%
G=36.74%
B=25.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21721214800.020.320.1555.6547.5971.57
HexD9D4940220F383048
Octal3313242240240177060110
Binary11011001110101001001010001010000011111110001100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D494; }

 p { color: rgb(217,212,148); }

 H1.HeaderClassName
 {
   color: #D9D494;
 }
 .AnyTagClassName
 {
   color: #D9D494;
 }
</style>
background-color css

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

 a { background-color: rgb(217,212,148); }

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

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

 span { border-color: rgb(217,212,148); }

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