#D2D498

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

Shades of Tahuna Sands #D2D498

Tints of Tahuna Sands #D2D498

Color information

#D2D498 (or 0xD2D498) is unknown color: approx Tahuna Sands. HEX triplet: D2, D4 and 98. RGB value is (210,212,152). Sum of RGB (Red+Green+Blue) = 210+212+152=574 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.59% from 574); Green value is 212 (83.20% from 255 or 36.93% from 574); Blue value is 152 (59.77% from 255 or 26.48% from 574); Max value from RGB is 212 - color contains mainly: green. Hex color #D2D498 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2D498 is #2D2B67. Grayscale: #CCCCCC. Windows color (decimal): -2960232 or 10015954. OLE color: 10015954.

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

Color convert

RGB210212152-
CMYK0.0100.280.17
HSL62º41.1%71.37%-
HSV(B)62º28.3%83.14%-
XYZ55.7963.0638.94-
YUV204.5698.34131.88-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.59%
GREEN value IS 212 (83.20% from 255) = 36.93%
BLUE value IS 152 (59.77% from 255) = 26.48%
R=36.59%
G=36.93%
B=26.48%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2102121520.0100.280.176241.171.37
HexD2D498101C113e2947
Octal3223242301034217651107
Binary1101001011010100100110001011100100011111101010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D498; }

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

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

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

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

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

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

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

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