#D8CD9A

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

Shades of Tahuna Sands #D8CD9A

Tints of Tahuna Sands #D8CD9A

Color information

#D8CD9A (or 0xD8CD9A) is unknown color: approx Tahuna Sands. HEX triplet: D8, CD and 9A. RGB value is (216,205,154). Sum of RGB (Red+Green+Blue) = 216+205+154=575 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.57% from 575); Green value is 205 (80.47% from 255 or 35.65% from 575); Blue value is 154 (60.55% from 255 or 26.78% from 575); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CD9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8CD9A is #273265. Grayscale: #CACACA. Windows color (decimal): -2568806 or 10145240. OLE color: 10145240.

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

Color convert

RGB216205154-
CMYK00.050.290.15
HSL49.35º44.29%72.55%-
HSV(B)49.35º28.7%84.71%-
XYZ55.9860.5939.32-
YUV202.48100.64137.65-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.57%
GREEN value IS 205 (80.47% from 255) = 35.65%
BLUE value IS 154 (60.55% from 255) = 26.78%
R=37.57%
G=35.65%
B=26.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21620515400.050.290.1549.3544.2972.55
HexD8CD9A051DF312c49
Octal3303152320535176154111
Binary11011000110011011001101001011110111111100011011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CD9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CD9A; }

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

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

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

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

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

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

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

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