#D3D295

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

Shades of Tahuna Sands #D3D295

Tints of Tahuna Sands #D3D295

Color information

#D3D295 (or 0xD3D295) is unknown color: approx Tahuna Sands. HEX triplet: D3, D2 and 95. RGB value is (211,210,149). Sum of RGB (Red+Green+Blue) = 211+210+149=570 (75% of max value = 765). Red value is 211 (82.81% from 255 or 37.02% from 570); Green value is 210 (82.42% from 255 or 36.84% from 570); Blue value is 149 (58.59% from 255 or 26.14% from 570); Max value from RGB is 211 - color contains mainly: red. Hex color #D3D295 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3D295 is #2C2D6A. Grayscale: #CBCBCB. Windows color (decimal): -2895211 or 9818835. OLE color: 9818835.

HSL color Cylindrical-coordinate representation of color #D3D295: hue angle of 59.03º 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 #D3D295 is Cyan = 0, Magento = 0.00, Yellow = 0.29 and Black (K on CMYK) = 0.17.

Color convert

RGB211210149-
CMYK00.000.290.17
HSL59.03º41.33%70.59%-
HSV(B)59.03º29.38%82.75%-
XYZ55.3462.1137.51-
YUV203.3497.33133.46-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 37.02%
GREEN value IS 210 (82.42% from 255) = 36.84%
BLUE value IS 149 (58.59% from 255) = 26.14%
R=37.02%
G=36.84%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.29
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21121014900.000.290.1759.0341.3370.59
HexD3D295001D113b2947
Octal3233222250035217351107
Binary1101001111010010100101010011101100011110111010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3D295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3D295; }

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

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

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

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

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

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

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

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