#D0BA63

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

Shades of Tacha #D0BA63

Tints of Tacha #D0BA63

Color information

#D0BA63 (or 0xD0BA63) is unknown color: approx Tacha. HEX triplet: D0, BA and 63. RGB value is (208,186,99). Sum of RGB (Red+Green+Blue) = 208+186+99=493 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.19% from 493); Green value is 186 (73.05% from 255 or 37.73% from 493); Blue value is 99 (39.06% from 255 or 20.08% from 493); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BA63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0BA63 is #2F459C. Grayscale: #B7B7B7. Windows color (decimal): -3098013 or 6535888. OLE color: 6535888.

HSL color Cylindrical-coordinate representation of color #D0BA63: hue angle of 47.89º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D0BA63 is Cyan = 0, Magento = 0.11, Yellow = 0.52 and Black (K on CMYK) = 0.18.

Color convert

RGB20818699-
CMYK00.110.520.18
HSL47.89º53.69%60.2%-
HSV(B)47.89º52.4%81.57%-
XYZ45.8249.4318.93-
YUV182.6680.79146.07-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.19%
GREEN value IS 186 (73.05% from 255) = 37.73%
BLUE value IS 99 (39.06% from 255) = 20.08%
R=42.19%
G=37.73%
B=20.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.52
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081869900.110.520.1847.8953.6960.2
HexD0BA630B341230363c
Octal3202721430136422606674
Binary110100001011101011000110101111010010010110000110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0BA63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0BA63; }

 p { color: rgb(208,186,99); }

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

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

 a { background-color: rgb(208,186,99); }

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

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

 span { border-color: rgb(208,186,99); }

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