#D5C491

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

Shades of Tahuna Sands #D5C491

Tints of Tahuna Sands #D5C491

Color information

#D5C491 (or 0xD5C491) is unknown color: approx Tahuna Sands. HEX triplet: D5, C4 and 91. RGB value is (213,196,145). Sum of RGB (Red+Green+Blue) = 213+196+145=554 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.45% from 554); Green value is 196 (76.95% from 255 or 35.38% from 554); Blue value is 145 (57.03% from 255 or 26.17% from 554); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C491 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C491 is #2A3B6E. Grayscale: #C3C3C3. Windows color (decimal): -2767727 or 9553109. OLE color: 9553109.

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

Color convert

RGB213196145-
CMYK00.080.320.16
HSL45º44.74%70.2%-
HSV(B)45º31.92%83.53%-
XYZ52.2955.6734.78-
YUV195.2799.63140.65-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.45%
GREEN value IS 196 (76.95% from 255) = 35.38%
BLUE value IS 145 (57.03% from 255) = 26.17%
R=38.45%
G=35.38%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21319614500.080.320.164544.7470.2
HexD5C4910820102d2d46
Octal32530422101040205555106
Binary11010101110001001001000101000100000100001011011011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C491; }

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

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

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

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

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

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

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

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