#D1CA95

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

Shades of Tahuna Sands #D1CA95

Tints of Tahuna Sands #D1CA95

Color information

#D1CA95 (or 0xD1CA95) is unknown color: approx Tahuna Sands. HEX triplet: D1, CA and 95. RGB value is (209,202,149). Sum of RGB (Red+Green+Blue) = 209+202+149=560 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.32% from 560); Green value is 202 (79.30% from 255 or 36.07% from 560); Blue value is 149 (58.59% from 255 or 26.61% from 560); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CA95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1CA95 is #2E356A. Grayscale: #C6C6C6. Windows color (decimal): -3028331 or 9816785. OLE color: 9816785.

HSL color Cylindrical-coordinate representation of color #D1CA95: hue angle of 53º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D1CA95 is Cyan = 0, Magento = 0.03, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB209202149-
CMYK00.030.290.18
HSL53º39.47%70.2%-
HSV(B)53º28.71%81.96%-
XYZ52.8457.9736.84-
YUV198.05100.32135.81-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.32%
GREEN value IS 202 (79.30% from 255) = 36.07%
BLUE value IS 149 (58.59% from 255) = 26.61%
R=37.32%
G=36.07%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20920214900.030.290.185339.4770.2
HexD1CA95031D12352746
Octal3213122250335226547106
Binary11010001110010101001010101111101100101101011001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CA95; }

 p { color: rgb(209,202,149); }

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

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

 a { background-color: rgb(209,202,149); }

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

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

 span { border-color: rgb(209,202,149); }

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