#D7D095

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

Shades of Tahuna Sands #D7D095

Tints of Tahuna Sands #D7D095

Color information

#D7D095 (or 0xD7D095) is unknown color: approx Tahuna Sands. HEX triplet: D7, D0 and 95. RGB value is (215,208,149). Sum of RGB (Red+Green+Blue) = 215+208+149=572 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.59% from 572); Green value is 208 (81.64% from 255 or 36.36% from 572); Blue value is 149 (58.59% from 255 or 26.05% from 572); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D095 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7D095 is #282F6A. Grayscale: #CBCBCB. Windows color (decimal): -2633579 or 9818327. OLE color: 9818327.

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

Color convert

RGB215208149-
CMYK00.030.310.16
HSL53.64º45.21%71.37%-
HSV(B)53.64º30.7%84.31%-
XYZ56.0161.7337.4-
YUV203.3797.32136.3-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.59%
GREEN value IS 208 (81.64% from 255) = 36.36%
BLUE value IS 149 (58.59% from 255) = 26.05%
R=37.59%
G=36.36%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21520814900.030.310.1653.6445.2171.37
HexD7D095031F10362d47
Octal3273202250337206655107
Binary11010111110100001001010101111111100001101101011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D095; }

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

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

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

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

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

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

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

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