#D7D08F

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

Shades of Tahuna Sands #D7D08F

Tints of Tahuna Sands #D7D08F

Color information

#D7D08F (or 0xD7D08F) is unknown color: approx Tahuna Sands. HEX triplet: D7, D0 and 8F. RGB value is (215,208,143). Sum of RGB (Red+Green+Blue) = 215+208+143=566 (74% of max value = 765). Red value is 215 (84.38% from 255 or 37.99% from 566); Green value is 208 (81.64% from 255 or 36.75% from 566); Blue value is 143 (56.25% from 255 or 25.27% from 566); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D08F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7D08F is #282F70. Grayscale: #CACACA. Windows color (decimal): -2633585 or 9425111. OLE color: 9425111.

HSL color Cylindrical-coordinate representation of color #D7D08F: hue angle of 54.17º degrees, saturation: 0.47, 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 #D7D08F is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB215208143-
CMYK00.030.330.16
HSL54.17º47.37%70.2%-
HSV(B)54.17º33.49%84.31%-
XYZ55.5461.5434.94-
YUV202.6894.32136.79-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.99%
GREEN value IS 208 (81.64% from 255) = 36.75%
BLUE value IS 143 (56.25% from 255) = 25.27%
R=37.99%
G=36.75%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21520814300.030.330.1654.1747.3770.2
HexD7D08F032110362f46
Octal3273202170341206657106
Binary110101111101000010001111011100001100001101101011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D08F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D08F; }

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

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

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

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

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

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

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

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