#D9BC53

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

Shades of Tacha #D9BC53

Tints of Tacha #D9BC53

Color information

#D9BC53 (or 0xD9BC53) is unknown color: approx Tacha. HEX triplet: D9, BC and 53. RGB value is (217,188,83). Sum of RGB (Red+Green+Blue) = 217+188+83=488 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.47% from 488); Green value is 188 (73.83% from 255 or 38.52% from 488); Blue value is 83 (32.81% from 255 or 17.01% from 488); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BC53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9BC53 is #2643AC. Grayscale: #B9B9B9. Windows color (decimal): -2507693 or 5487833. OLE color: 5487833.

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

Color convert

RGB21718883-
CMYK00.130.620.15
HSL47.01º63.81%58.82%-
HSV(B)47.01º61.75%85.1%-
XYZ48.1651.3415.56-
YUV184.770.61151.04-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.47%
GREEN value IS 188 (73.83% from 255) = 38.52%
BLUE value IS 83 (32.81% from 255) = 17.01%
R=44.47%
G=38.52%
B=17.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.62
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171888300.130.620.1547.0163.8158.82
HexD9BC530D3EF2f403b
Octal33127412301576175710073
Binary110110011011110010100110110111111011111011111000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BC53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BC53; }

 p { color: rgb(217,188,83); }

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

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

 a { background-color: rgb(217,188,83); }

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

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

 span { border-color: rgb(217,188,83); }

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