#D2D198

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

Shades of Tahuna Sands #D2D198

Tints of Tahuna Sands #D2D198

Color information

#D2D198 (or 0xD2D198) is unknown color: approx Tahuna Sands. HEX triplet: D2, D1 and 98. RGB value is (210,209,152). Sum of RGB (Red+Green+Blue) = 210+209+152=571 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.78% from 571); Green value is 209 (82.03% from 255 or 36.60% from 571); Blue value is 152 (59.77% from 255 or 26.62% from 571); Max value from RGB is 210 - color contains mainly: red. Hex color #D2D198 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2D198 is #2D2E67. Grayscale: #CBCBCB. Windows color (decimal): -2961000 or 10015186. OLE color: 10015186.

HSL color Cylindrical-coordinate representation of color #D2D198: hue angle of 58.97º degrees, saturation: 0.39, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D2D198 is Cyan = 0, Magento = 0.00, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB210209152-
CMYK00.000.280.18
HSL58.97º39.19%70.98%-
HSV(B)58.97º27.62%82.35%-
XYZ55.0561.5738.69-
YUV202.899.33133.13-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.78%
GREEN value IS 209 (82.03% from 255) = 36.60%
BLUE value IS 152 (59.77% from 255) = 26.62%
R=36.78%
G=36.60%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.28
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21020915200.000.280.1858.9739.1970.98
HexD2D198001C123b2747
Octal3223212300034227347107
Binary1101001011010001100110000011100100101110111001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D198; }

 p { color: rgb(210,209,152); }

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

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

 a { background-color: rgb(210,209,152); }

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

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

 span { border-color: rgb(210,209,152); }

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