#D2D396

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

Shades of Tahuna Sands #D2D396

Tints of Tahuna Sands #D2D396

Color information

#D2D396 (or 0xD2D396) is unknown color: approx Tahuna Sands. HEX triplet: D2, D3 and 96. RGB value is (210,211,150). Sum of RGB (Red+Green+Blue) = 210+211+150=571 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.78% from 571); Green value is 211 (82.81% from 255 or 36.95% from 571); Blue value is 150 (58.98% from 255 or 26.27% from 571); Max value from RGB is 211 - color contains mainly: green. Hex color #D2D396 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2D396 is #2D2C69. Grayscale: #CBCBCB. Windows color (decimal): -2960490 or 9884626. OLE color: 9884626.

HSL color Cylindrical-coordinate representation of color #D2D396: hue angle of 60.98º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D2D396 is Cyan = 0.00, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.17.

Color convert

RGB210211150-
CMYK0.0000.290.17
HSL60.98º40.94%70.78%-
HSV(B)60.98º28.91%82.75%-
XYZ55.3862.4938-
YUV203.7597.67132.46-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.78%
GREEN value IS 211 (82.81% from 255) = 36.95%
BLUE value IS 150 (58.98% from 255) = 26.27%
R=36.78%
G=36.95%
B=26.27%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2102111500.0000.290.1760.9840.9470.78
HexD2D396001D113d2947
Octal3223232260035217551107
Binary1101001011010011100101100011101100011111011010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D396; }

 p { color: rgb(210,211,150); }

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

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

 a { background-color: rgb(210,211,150); }

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

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

 span { border-color: rgb(210,211,150); }

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