#D8CD95

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

Shades of Tahuna Sands #D8CD95

Tints of Tahuna Sands #D8CD95

Color information

#D8CD95 (or 0xD8CD95) is unknown color: approx Tahuna Sands. HEX triplet: D8, CD and 95. RGB value is (216,205,149). Sum of RGB (Red+Green+Blue) = 216+205+149=570 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.89% from 570); Green value is 205 (80.47% from 255 or 35.96% from 570); Blue value is 149 (58.59% from 255 or 26.14% from 570); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CD95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8CD95 is #27326A. Grayscale: #CACACA. Windows color (decimal): -2568811 or 9817560. OLE color: 9817560.

HSL color Cylindrical-coordinate representation of color #D8CD95: hue angle of 50.15º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D8CD95 is Cyan = 0, Magento = 0.05, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB216205149-
CMYK00.050.310.15
HSL50.15º46.21%71.57%-
HSV(B)50.15º31.02%84.71%-
XYZ55.5860.4337.17-
YUV201.998.14138.05-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.89%
GREEN value IS 205 (80.47% from 255) = 35.96%
BLUE value IS 149 (58.59% from 255) = 26.14%
R=37.89%
G=35.96%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21620514900.050.310.1550.1546.2171.57
HexD8CD95051FF322e48
Octal3303152250537176256110
Binary11011000110011011001010101011111111111100101011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CD95; }

 p { color: rgb(216,205,149); }

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

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

 a { background-color: rgb(216,205,149); }

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

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

 span { border-color: rgb(216,205,149); }

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