#D3D49B

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

Shades of Tahuna Sands #D3D49B

Tints of Tahuna Sands #D3D49B

Color information

#D3D49B (or 0xD3D49B) is unknown color: approx Tahuna Sands. HEX triplet: D3, D4 and 9B. RGB value is (211,212,155). Sum of RGB (Red+Green+Blue) = 211+212+155=578 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.51% from 578); Green value is 212 (83.20% from 255 or 36.68% from 578); Blue value is 155 (60.94% from 255 or 26.82% from 578); Max value from RGB is 212 - color contains mainly: green. Hex color #D3D49B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3D49B is #2C2B64. Grayscale: #CDCDCD. Windows color (decimal): -2894693 or 10212563. OLE color: 10212563.

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

Color convert

RGB211212155-
CMYK0.0000.270.17
HSL61.05º39.86%71.96%-
HSV(B)61.05º26.89%83.14%-
XYZ56.3263.340.26-
YUV205.299.67132.13-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 36.51%
GREEN value IS 212 (83.20% from 255) = 36.68%
BLUE value IS 155 (60.94% from 255) = 26.82%
R=36.51%
G=36.68%
B=26.82%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2112121550.0000.270.1761.0539.8671.96
HexD3D49B001B113d2848
Octal3233242330033217550110
Binary1101001111010100100110110011011100011111011010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3D49B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3D49B; }

 p { color: rgb(211,212,155); }

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

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

 a { background-color: rgb(211,212,155); }

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

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

 span { border-color: rgb(211,212,155); }

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