#D1BB6E

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

Shades of Tacha #D1BB6E

Tints of Tacha #D1BB6E

Color information

#D1BB6E (or 0xD1BB6E) is unknown color: approx Tacha. HEX triplet: D1, BB and 6E. RGB value is (209,187,110). Sum of RGB (Red+Green+Blue) = 209+187+110=506 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.30% from 506); Green value is 187 (73.44% from 255 or 36.96% from 506); Blue value is 110 (43.36% from 255 or 21.74% from 506); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BB6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1BB6E is #2E4491. Grayscale: #B9B9B9. Windows color (decimal): -3032210 or 7257041. OLE color: 7257041.

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

Color convert

RGB209187110-
CMYK00.110.470.18
HSL46.67º51.83%62.55%-
HSV(B)46.67º47.37%81.96%-
XYZ46.8850.2221.97-
YUV184.885.79145.26-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 41.30%
GREEN value IS 187 (73.44% from 255) = 36.96%
BLUE value IS 110 (43.36% from 255) = 21.74%
R=41.30%
G=36.96%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.47
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20918711000.110.470.1846.6751.8362.55
HexD1BB6E0B2F122f343f
Octal3212731560135722576477
Binary110100011011101111011100101110111110010101111110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1BB6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1BB6E; }

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

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

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

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

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

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

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

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