#D1BB60

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

Shades of Tacha #D1BB60

Tints of Tacha #D1BB60

Color information

#D1BB60 (or 0xD1BB60) is unknown color: approx Tacha. HEX triplet: D1, BB and 60. RGB value is (209,187,96). Sum of RGB (Red+Green+Blue) = 209+187+96=492 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.48% from 492); Green value is 187 (73.44% from 255 or 38.01% from 492); Blue value is 96 (37.89% from 255 or 19.51% from 492); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BB60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1BB60 is #2E449F. Grayscale: #B7B7B7. Windows color (decimal): -3032224 or 6339537. OLE color: 6339537.

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

Color convert

RGB20918796-
CMYK00.110.540.18
HSL48.32º55.12%59.8%-
HSV(B)48.32º54.07%81.96%-
XYZ46.1849.9418.27-
YUV183.278.79146.4-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.48%
GREEN value IS 187 (73.44% from 255) = 38.01%
BLUE value IS 96 (37.89% from 255) = 19.51%
R=42.48%
G=38.01%
B=19.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.54
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091879600.110.540.1848.3255.1259.8
HexD1BB600B361230373c
Octal3212731400136622606774
Binary110100011011101111000000101111011010010110000110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1BB60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1BB60; }

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

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

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

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

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

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

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

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