#D5C594

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

Shades of Tahuna Sands #D5C594

Tints of Tahuna Sands #D5C594

Color information

#D5C594 (or 0xD5C594) is unknown color: approx Tahuna Sands. HEX triplet: D5, C5 and 94. RGB value is (213,197,148). Sum of RGB (Red+Green+Blue) = 213+197+148=558 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.17% from 558); Green value is 197 (77.34% from 255 or 35.30% from 558); Blue value is 148 (58.20% from 255 or 26.52% from 558); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C594 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C594 is #2A3A6B. Grayscale: #C4C4C4. Windows color (decimal): -2767468 or 9749973. OLE color: 9749973.

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

Color convert

RGB213197148-
CMYK00.080.310.16
HSL45.23º43.62%70.78%-
HSV(B)45.23º30.52%83.53%-
XYZ52.7556.2236.09-
YUV196.2100.8139.98-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.17%
GREEN value IS 197 (77.34% from 255) = 35.30%
BLUE value IS 148 (58.20% from 255) = 26.52%
R=38.17%
G=35.30%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21319714800.080.310.1645.2343.6270.78
HexD5C594081F102d2c47
Octal32530522401037205554107
Binary1101010111000101100101000100011111100001011011011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C594; }

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

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

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

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

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

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

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

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