#D6C592

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

Shades of Tahuna Sands #D6C592

Tints of Tahuna Sands #D6C592

Color information

#D6C592 (or 0xD6C592) is unknown color: approx Tahuna Sands. HEX triplet: D6, C5 and 92. RGB value is (214,197,146). Sum of RGB (Red+Green+Blue) = 214+197+146=557 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.42% from 557); Green value is 197 (77.34% from 255 or 35.37% from 557); Blue value is 146 (57.42% from 255 or 26.21% from 557); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C592 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C592 is #293A6D. Grayscale: #C4C4C4. Windows color (decimal): -2701934 or 9618902. OLE color: 9618902.

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

Color convert

RGB214197146-
CMYK00.080.320.16
HSL45º45.33%70.59%-
HSV(B)45º31.78%83.92%-
XYZ52.8956.335.27-
YUV196.2799.63140.65-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.42%
GREEN value IS 197 (77.34% from 255) = 35.37%
BLUE value IS 146 (57.42% from 255) = 26.21%
R=38.42%
G=35.37%
B=26.21%

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
Decimal21419714600.080.320.164545.3370.59
HexD6C5920820102d2d47
Octal32630522201040205555107
Binary11010110110001011001001001000100000100001011011011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C592; }

 p { color: rgb(214,197,146); }

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

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

 a { background-color: rgb(214,197,146); }

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

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

 span { border-color: rgb(214,197,146); }

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