#D5D291

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

Shades of Tahuna Sands #D5D291

Tints of Tahuna Sands #D5D291

Color information

#D5D291 (or 0xD5D291) is unknown color: approx Tahuna Sands. HEX triplet: D5, D2 and 91. RGB value is (213,210,145). Sum of RGB (Red+Green+Blue) = 213+210+145=568 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.5% from 568); Green value is 210 (82.42% from 255 or 36.97% from 568); Blue value is 145 (57.03% from 255 or 25.53% from 568); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D291 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5D291 is #2A2D6E. Grayscale: #CBCBCB. Windows color (decimal): -2764143 or 9556693. OLE color: 9556693.

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

Color convert

RGB213210145-
CMYK00.010.320.16
HSL57.35º44.74%70.2%-
HSV(B)57.35º31.92%83.53%-
XYZ55.662.2835.88-
YUV203.4994.99134.79-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.5%
GREEN value IS 210 (82.42% from 255) = 36.97%
BLUE value IS 145 (57.03% from 255) = 25.53%
R=37.5%
G=36.97%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21321014500.010.320.1657.3544.7470.2
HexD5D291012010392d46
Octal3253222210140207155106
Binary11010101110100101001000101100000100001110011011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D291; }

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

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

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

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

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

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

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

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