#D3B555

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

Shades of Tacha #D3B555

Tints of Tacha #D3B555

Color information

#D3B555 (or 0xD3B555) is unknown color: approx Tacha. HEX triplet: D3, B5 and 55. RGB value is (211,181,85). Sum of RGB (Red+Green+Blue) = 211+181+85=477 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.23% from 477); Green value is 181 (71.09% from 255 or 37.95% from 477); Blue value is 85 (33.59% from 255 or 17.82% from 477); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B555 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3B555 is #2C4AAA. Grayscale: #B3B3B3. Windows color (decimal): -2902699 or 5617107. OLE color: 5617107.

HSL color Cylindrical-coordinate representation of color #D3B555: hue angle of 45.71º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D3B555 is Cyan = 0, Magento = 0.14, Yellow = 0.60 and Black (K on CMYK) = 0.17.

Color convert

RGB21118185-
CMYK00.140.600.17
HSL45.71º58.88%58.04%-
HSV(B)45.71º59.72%82.75%-
XYZ45.0347.5515.4-
YUV179.0374.94150.81-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 44.23%
GREEN value IS 181 (71.09% from 255) = 37.95%
BLUE value IS 85 (33.59% from 255) = 17.82%
R=44.23%
G=37.95%
B=17.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.60
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111818500.140.600.1745.7158.8858.04
HexD3B5550E3C112e3b3a
Octal3232651250167421567372
Binary110100111011010110101010111011110010001101110111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3B555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3B555; }

 p { color: rgb(211,181,85); }

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

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

 a { background-color: rgb(211,181,85); }

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

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

 span { border-color: rgb(211,181,85); }

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