#D5CA94

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

Shades of Tahuna Sands #D5CA94

Tints of Tahuna Sands #D5CA94

Color information

#D5CA94 (or 0xD5CA94) is unknown color: approx Tahuna Sands. HEX triplet: D5, CA and 94. RGB value is (213,202,148). Sum of RGB (Red+Green+Blue) = 213+202+148=563 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.83% from 563); Green value is 202 (79.30% from 255 or 35.88% from 563); Blue value is 148 (58.20% from 255 or 26.29% from 563); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CA94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5CA94 is #2A356B. Grayscale: #C7C7C7. Windows color (decimal): -2766188 or 9751253. OLE color: 9751253.

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

Color convert

RGB213202148-
CMYK00.050.310.16
HSL49.85º43.62%70.78%-
HSV(B)49.85º30.52%83.53%-
XYZ53.9158.5336.47-
YUV199.1399.14137.89-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.83%
GREEN value IS 202 (79.30% from 255) = 35.88%
BLUE value IS 148 (58.20% from 255) = 26.29%
R=37.83%
G=35.88%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320214800.050.310.1649.8543.6270.78
HexD5CA94051F10322c47
Octal3253122240537206254107
Binary110101011100101010010100010111111100001100101011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CA94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CA94; }

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

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

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

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

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

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

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

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