#D5CD94

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

Shades of Tahuna Sands #D5CD94

Tints of Tahuna Sands #D5CD94

Color information

#D5CD94 (or 0xD5CD94) is unknown color: approx Tahuna Sands. HEX triplet: D5, CD and 94. RGB value is (213,205,148). Sum of RGB (Red+Green+Blue) = 213+205+148=566 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.63% from 566); Green value is 205 (80.47% from 255 or 36.22% from 566); Blue value is 148 (58.20% from 255 or 26.15% from 566); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CD94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5CD94 is #2A326B. Grayscale: #C9C9C9. Windows color (decimal): -2765420 or 9752021. OLE color: 9752021.

HSL color Cylindrical-coordinate representation of color #D5CD94: hue angle of 52.62º degrees, saturation: 0.44, 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 #D5CD94 is Cyan = 0, Magento = 0.04, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB213205148-
CMYK00.040.310.16
HSL52.62º43.62%70.78%-
HSV(B)52.62º30.52%83.53%-
XYZ54.6259.9536.71-
YUV200.8998.15136.63-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.63%
GREEN value IS 205 (80.47% from 255) = 36.22%
BLUE value IS 148 (58.20% from 255) = 26.15%
R=37.63%
G=36.22%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320514800.040.310.1652.6243.6270.78
HexD5CD94041F10352c47
Octal3253152240437206554107
Binary110101011100110110010100010011111100001101011011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CD94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CD94; }

 p { color: rgb(213,205,148); }

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

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

 a { background-color: rgb(213,205,148); }

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

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

 span { border-color: rgb(213,205,148); }

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