#D5CA91

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

Shades of Tahuna Sands #D5CA91

Tints of Tahuna Sands #D5CA91

Color information

#D5CA91 (or 0xD5CA91) is unknown color: approx Tahuna Sands. HEX triplet: D5, CA and 91. RGB value is (213,202,145). Sum of RGB (Red+Green+Blue) = 213+202+145=560 (74% of max value = 765). Red value is 213 (83.59% from 255 or 38.04% from 560); Green value is 202 (79.30% from 255 or 36.07% from 560); Blue value is 145 (57.03% from 255 or 25.89% from 560); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CA91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5CA91 is #2A356E. Grayscale: #C7C7C7. Windows color (decimal): -2766191 or 9554645. OLE color: 9554645.

HSL color Cylindrical-coordinate representation of color #D5CA91: hue angle of 50.29º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D5CA91 is Cyan = 0, Magento = 0.05, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB213202145-
CMYK00.050.320.16
HSL50.29º44.74%70.2%-
HSV(B)50.29º31.92%83.53%-
XYZ53.6758.4335.24-
YUV198.7997.64138.13-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.04%
GREEN value IS 202 (79.30% from 255) = 36.07%
BLUE value IS 145 (57.03% from 255) = 25.89%
R=38.04%
G=36.07%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320214500.050.320.1650.2944.7470.2
HexD5CA91052010322d46
Octal3253122210540206255106
Binary1101010111001010100100010101100000100001100101011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CA91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CA91; }

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

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

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

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

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

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

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

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