#D5D08F

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

Shades of Tahuna Sands #D5D08F

Tints of Tahuna Sands #D5D08F

Color information

#D5D08F (or 0xD5D08F) is unknown color: approx Tahuna Sands. HEX triplet: D5, D0 and 8F. RGB value is (213,208,143). Sum of RGB (Red+Green+Blue) = 213+208+143=564 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.77% from 564); Green value is 208 (81.64% from 255 or 36.88% from 564); Blue value is 143 (56.25% from 255 or 25.35% from 564); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D08F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5D08F is #2A2F70. Grayscale: #CACACA. Windows color (decimal): -2764657 or 9425109. OLE color: 9425109.

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

Color convert

RGB213208143-
CMYK00.020.330.16
HSL55.71º45.45%69.8%-
HSV(B)55.71º32.86%83.53%-
XYZ54.9561.2434.91-
YUV202.0894.66135.79-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.77%
GREEN value IS 208 (81.64% from 255) = 36.88%
BLUE value IS 143 (56.25% from 255) = 25.35%
R=37.77%
G=36.88%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320814300.020.330.1655.7145.4569.8
HexD5D08F022110382d46
Octal3253202170241207055106
Binary110101011101000010001111010100001100001110001011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D08F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D08F; }

 p { color: rgb(213,208,143); }

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

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

 a { background-color: rgb(213,208,143); }

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

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

 span { border-color: rgb(213,208,143); }

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