#D9BA62

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

Shades of Tacha #D9BA62

Tints of Tacha #D9BA62

Color information

#D9BA62 (or 0xD9BA62) is unknown color: approx Tacha. HEX triplet: D9, BA and 62. RGB value is (217,186,98). Sum of RGB (Red+Green+Blue) = 217+186+98=501 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.31% from 501); Green value is 186 (73.05% from 255 or 37.13% from 501); Blue value is 98 (38.67% from 255 or 19.56% from 501); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BA62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9BA62 is #26459D. Grayscale: #B9B9B9. Windows color (decimal): -2508190 or 6470361. OLE color: 6470361.

HSL color Cylindrical-coordinate representation of color #D9BA62: hue angle of 44.37º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D9BA62 is Cyan = 0, Magento = 0.14, Yellow = 0.55 and Black (K on CMYK) = 0.15.

Color convert

RGB21718698-
CMYK00.140.550.15
HSL44.37º61.03%61.76%-
HSV(B)44.37º54.84%85.1%-
XYZ48.3850.7518.8-
YUV185.2478.77150.66-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.31%
GREEN value IS 186 (73.05% from 255) = 37.13%
BLUE value IS 98 (38.67% from 255) = 19.56%
R=43.31%
G=37.13%
B=19.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171869800.140.550.1544.3761.0361.76
HexD9BA620E37F2c3d3e
Octal3312721420166717547576
Binary11011001101110101100010011101101111111101100111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BA62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BA62; }

 p { color: rgb(217,186,98); }

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

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

 a { background-color: rgb(217,186,98); }

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

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

 span { border-color: rgb(217,186,98); }

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