#D0BA5D

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

Shades of Tacha #D0BA5D

Tints of Tacha #D0BA5D

Color information

#D0BA5D (or 0xD0BA5D) is unknown color: approx Tacha. HEX triplet: D0, BA and 5D. RGB value is (208,186,93). Sum of RGB (Red+Green+Blue) = 208+186+93=487 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.71% from 487); Green value is 186 (73.05% from 255 or 38.19% from 487); Blue value is 93 (36.72% from 255 or 19.10% from 487); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BA5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0BA5D is #2F45A2. Grayscale: #B6B6B6. Windows color (decimal): -3098019 or 6142672. OLE color: 6142672.

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

Color convert

RGB20818693-
CMYK00.110.550.18
HSL48.52º55.02%59.02%-
HSV(B)48.52º55.29%81.57%-
XYZ45.5549.3217.47-
YUV181.9877.79146.56-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.71%
GREEN value IS 186 (73.05% from 255) = 38.19%
BLUE value IS 93 (36.72% from 255) = 19.10%
R=42.71%
G=38.19%
B=19.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.55
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081869300.110.550.1848.5255.0259.02
HexD0BA5D0B371231373b
Octal3202721350136722616773
Binary110100001011101010111010101111011110010110001110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0BA5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0BA5D; }

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

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

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

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

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

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

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

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