#D0BB60

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

Shades of Tacha #D0BB60

Tints of Tacha #D0BB60

Color information

#D0BB60 (or 0xD0BB60) is unknown color: approx Tacha. HEX triplet: D0, BB and 60. RGB value is (208,187,96). Sum of RGB (Red+Green+Blue) = 208+187+96=491 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.36% from 491); Green value is 187 (73.44% from 255 or 38.09% from 491); Blue value is 96 (37.89% from 255 or 19.55% from 491); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BB60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0BB60 is #2F449F. Grayscale: #B7B7B7. Windows color (decimal): -3097760 or 6339536. OLE color: 6339536.

HSL color Cylindrical-coordinate representation of color #D0BB60: hue angle of 48.75º degrees, saturation: 0.54, 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 #D0BB60 is Cyan = 0, Magento = 0.10, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB20818796-
CMYK00.100.540.18
HSL48.75º54.37%59.61%-
HSV(B)48.75º53.85%81.57%-
XYZ45.8949.818.26-
YUV182.978.96145.9-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.36%
GREEN value IS 187 (73.44% from 255) = 38.09%
BLUE value IS 96 (37.89% from 255) = 19.55%
R=42.36%
G=38.09%
B=19.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.54
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081879600.100.540.1848.7554.3759.61
HexD0BB600A361231363c
Octal3202731400126622616674
Binary110100001011101111000000101011011010010110001110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0BB60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0BB60; }

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

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

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

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

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

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

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

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