#D7D08D

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

Shades of Tahuna Sands #D7D08D

Tints of Tahuna Sands #D7D08D

Color information

#D7D08D (or 0xD7D08D) is unknown color: approx Tahuna Sands. HEX triplet: D7, D0 and 8D. RGB value is (215,208,141). Sum of RGB (Red+Green+Blue) = 215+208+141=564 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.12% from 564); Green value is 208 (81.64% from 255 or 36.88% from 564); Blue value is 141 (55.47% from 255 or 25% from 564); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D08D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7D08D is #282F72. Grayscale: #CACACA. Windows color (decimal): -2633587 or 9294039. OLE color: 9294039.

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

Color convert

RGB215208141-
CMYK00.030.340.16
HSL54.32º48.05%69.8%-
HSV(B)54.32º34.42%84.31%-
XYZ55.3961.4834.15-
YUV202.4693.32136.95-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.12%
GREEN value IS 208 (81.64% from 255) = 36.88%
BLUE value IS 141 (55.47% from 255) = 25%
R=38.12%
G=36.88%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21520814100.030.340.1654.3248.0569.8
HexD7D08D032210363046
Octal3273202150342206660106
Binary110101111101000010001101011100010100001101101100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D08D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D08D; }

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

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

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

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

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

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

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

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