#D8D496

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

Shades of Tahuna Sands #D8D496

Tints of Tahuna Sands #D8D496

Color information

#D8D496 (or 0xD8D496) is unknown color: approx Tahuna Sands. HEX triplet: D8, D4 and 96. RGB value is (216,212,150). Sum of RGB (Red+Green+Blue) = 216+212+150=578 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.37% from 578); Green value is 212 (83.20% from 255 or 36.68% from 578); Blue value is 150 (58.98% from 255 or 25.95% from 578); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D496 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8D496 is #272B69. Grayscale: #CECECE. Windows color (decimal): -2567018 or 9884888. OLE color: 9884888.

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

Color convert

RGB216212150-
CMYK00.020.310.15
HSL56.36º45.83%71.76%-
HSV(B)56.36º30.56%84.71%-
XYZ57.3763.8938.16-
YUV206.1396.33135.04-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.37%
GREEN value IS 212 (83.20% from 255) = 36.68%
BLUE value IS 150 (58.98% from 255) = 25.95%
R=37.37%
G=36.68%
B=25.95%

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
Decimal21621215000.020.310.1556.3645.8371.76
HexD8D496021FF382e48
Octal3303242260237177056110
Binary1101100011010100100101100101111111111110001011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D496; }

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

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

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

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

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

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

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

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