#D5D29C

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

Shades of Tahuna Sands #D5D29C

Tints of Tahuna Sands #D5D29C

Color information

#D5D29C (or 0xD5D29C) is unknown color: approx Tahuna Sands. HEX triplet: D5, D2 and 9C. RGB value is (213,210,156). Sum of RGB (Red+Green+Blue) = 213+210+156=579 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.79% from 579); Green value is 210 (82.42% from 255 or 36.27% from 579); Blue value is 156 (61.33% from 255 or 26.94% from 579); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D29C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5D29C is #2A2D63. Grayscale: #CCCCCC. Windows color (decimal): -2764132 or 10277589. OLE color: 10277589.

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

Color convert

RGB213210156-
CMYK00.010.270.16
HSL56.84º40.43%72.35%-
HSV(B)56.84º26.76%83.53%-
XYZ56.4962.6440.57-
YUV204.74100.49133.89-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.79%
GREEN value IS 210 (82.42% from 255) = 36.27%
BLUE value IS 156 (61.33% from 255) = 26.94%
R=36.79%
G=36.27%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21321015600.010.270.1656.8440.4372.35
HexD5D29C011B10392848
Octal3253222340133207150110
Binary1101010111010010100111000111011100001110011010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D29C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D29C; }

 p { color: rgb(213,210,156); }

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

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

 a { background-color: rgb(213,210,156); }

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

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

 span { border-color: rgb(213,210,156); }

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