#D1BB4E

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

Shades of Tacha #D1BB4E

Tints of Tacha #D1BB4E

Color information

#D1BB4E (or 0xD1BB4E) is unknown color: approx Tacha. HEX triplet: D1, BB and 4E. RGB value is (209,187,78). Sum of RGB (Red+Green+Blue) = 209+187+78=474 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.09% from 474); Green value is 187 (73.44% from 255 or 39.45% from 474); Blue value is 78 (30.86% from 255 or 16.46% from 474); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BB4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1BB4E is #2E44B1. Grayscale: #B5B5B5. Windows color (decimal): -3032242 or 5159889. OLE color: 5159889.

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

Color convert

RGB20918778-
CMYK00.110.630.18
HSL49.92º58.74%56.27%-
HSV(B)49.92º62.68%81.96%-
XYZ45.4449.6514.4-
YUV181.1569.79147.86-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.09%
GREEN value IS 187 (73.44% from 255) = 39.45%
BLUE value IS 78 (30.86% from 255) = 16.46%
R=44.09%
G=39.45%
B=16.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.63
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091877800.110.630.1849.9258.7456.27
HexD1BB4E0B3F12323b38
Octal3212731160137722627370
Binary110100011011101110011100101111111110010110010111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1BB4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1BB4E; }

 p { color: rgb(209,187,78); }

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

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

 a { background-color: rgb(209,187,78); }

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

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

 span { border-color: rgb(209,187,78); }

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