#D5BB60

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

Shades of Tacha #D5BB60

Tints of Tacha #D5BB60

Color information

#D5BB60 (or 0xD5BB60) is unknown color: approx Tacha. HEX triplet: D5, BB and 60. RGB value is (213,187,96). Sum of RGB (Red+Green+Blue) = 213+187+96=496 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.94% from 496); Green value is 187 (73.44% from 255 or 37.70% from 496); Blue value is 96 (37.89% from 255 or 19.35% from 496); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BB60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5BB60 is #2A449F. Grayscale: #B8B8B8. Windows color (decimal): -2770080 or 6339541. OLE color: 6339541.

HSL color Cylindrical-coordinate representation of color #D5BB60: hue angle of 46.67º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D5BB60 is Cyan = 0, Magento = 0.12, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB21318796-
CMYK00.120.550.16
HSL46.67º58.21%60.59%-
HSV(B)46.67º54.93%83.53%-
XYZ47.3250.5318.33-
YUV184.478.11148.4-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.94%
GREEN value IS 187 (73.44% from 255) = 37.70%
BLUE value IS 96 (37.89% from 255) = 19.35%
R=42.94%
G=37.70%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131879600.120.550.1646.6758.2160.59
HexD5BB600C37102f3a3d
Octal3252731400146720577275
Binary110101011011101111000000110011011110000101111111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BB60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BB60; }

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

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

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

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

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

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

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

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