#D5BA66

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

Shades of Tacha #D5BA66

Tints of Tacha #D5BA66

Color information

#D5BA66 (or 0xD5BA66) is unknown color: approx Tacha. HEX triplet: D5, BA and 66. RGB value is (213,186,102). Sum of RGB (Red+Green+Blue) = 213+186+102=501 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.51% from 501); Green value is 186 (73.05% from 255 or 37.13% from 501); Blue value is 102 (40.23% from 255 or 20.36% from 501); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BA66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5BA66 is #2A4599. Grayscale: #B8B8B8. Windows color (decimal): -2770330 or 6732501. OLE color: 6732501.

HSL color Cylindrical-coordinate representation of color #D5BA66: hue angle of 45.41º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D5BA66 is Cyan = 0, Magento = 0.13, Yellow = 0.52 and Black (K on CMYK) = 0.16.

Color convert

RGB213186102-
CMYK00.130.520.16
HSL45.41º56.92%61.76%-
HSV(B)45.41º52.11%83.53%-
XYZ47.450.2219.77-
YUV184.581.45148.33-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.51%
GREEN value IS 186 (73.05% from 255) = 37.13%
BLUE value IS 102 (40.23% from 255) = 20.36%
R=42.51%
G=37.13%
B=20.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.52
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21318610200.130.520.1645.4156.9261.76
HexD5BA660D34102d393e
Octal3252721460156420557176
Binary110101011011101011001100110111010010000101101111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BA66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BA66; }

 p { color: rgb(213,186,102); }

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

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

 a { background-color: rgb(213,186,102); }

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

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

 span { border-color: rgb(213,186,102); }

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