#D8D194

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

Shades of Tahuna Sands #D8D194

Tints of Tahuna Sands #D8D194

Color information

#D8D194 (or 0xD8D194) is unknown color: approx Tahuna Sands. HEX triplet: D8, D1 and 94. RGB value is (216,209,148). Sum of RGB (Red+Green+Blue) = 216+209+148=573 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.70% from 573); Green value is 209 (82.03% from 255 or 36.47% from 573); Blue value is 148 (58.20% from 255 or 25.83% from 573); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D194 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8D194 is #272E6B. Grayscale: #CCCCCC. Windows color (decimal): -2567788 or 9753048. OLE color: 9753048.

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

Color convert

RGB216209148-
CMYK00.030.310.15
HSL53.82º46.58%71.37%-
HSV(B)53.82º31.48%84.71%-
XYZ56.4662.3437.07-
YUV204.1496.32136.46-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.70%
GREEN value IS 209 (82.03% from 255) = 36.47%
BLUE value IS 148 (58.20% from 255) = 25.83%
R=37.70%
G=36.47%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21620914800.030.310.1553.8246.5871.37
HexD8D194031FF362f47
Octal3303212240337176657107
Binary1101100011010001100101000111111111111101101011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D194; }

 p { color: rgb(216,209,148); }

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

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

 a { background-color: rgb(216,209,148); }

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

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

 span { border-color: rgb(216,209,148); }

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