#D8D495

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

Shades of Tahuna Sands #D8D495

Tints of Tahuna Sands #D8D495

Color information

#D8D495 (or 0xD8D495) is unknown color: approx Tahuna Sands. HEX triplet: D8, D4 and 95. RGB value is (216,212,149). Sum of RGB (Red+Green+Blue) = 216+212+149=577 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.44% from 577); Green value is 212 (83.20% from 255 or 36.74% from 577); Blue value is 149 (58.59% from 255 or 25.82% from 577); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D495 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8D495 is #272B6A. Grayscale: #CECECE. Windows color (decimal): -2567019 or 9819352. OLE color: 9819352.

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

Color convert

RGB216212149-
CMYK00.020.310.15
HSL56.42º46.21%71.57%-
HSV(B)56.42º31.02%84.71%-
XYZ57.2963.8637.74-
YUV206.0195.83135.12-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.44%
GREEN value IS 212 (83.20% from 255) = 36.74%
BLUE value IS 149 (58.59% from 255) = 25.82%
R=37.44%
G=36.74%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21621214900.020.310.1556.4246.2171.57
HexD8D495021FF382e48
Octal3303242250237177056110
Binary1101100011010100100101010101111111111110001011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D495; }

 p { color: rgb(216,212,149); }

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

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

 a { background-color: rgb(216,212,149); }

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

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

 span { border-color: rgb(216,212,149); }

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