#D6BB55

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

Shades of Tacha #D6BB55

Tints of Tacha #D6BB55

Color information

#D6BB55 (or 0xD6BB55) is unknown color: approx Tacha. HEX triplet: D6, BB and 55. RGB value is (214,187,85). Sum of RGB (Red+Green+Blue) = 214+187+85=486 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.03% from 486); Green value is 187 (73.44% from 255 or 38.48% from 486); Blue value is 85 (33.59% from 255 or 17.49% from 486); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BB55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6BB55 is #2944AA. Grayscale: #B7B7B7. Windows color (decimal): -2704555 or 5618646. OLE color: 5618646.

HSL color Cylindrical-coordinate representation of color #D6BB55: hue angle of 47.44º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D6BB55 is Cyan = 0, Magento = 0.13, Yellow = 0.60 and Black (K on CMYK) = 0.16.

Color convert

RGB21418785-
CMYK00.130.600.16
HSL47.44º61.14%58.63%-
HSV(B)47.44º60.28%83.92%-
XYZ47.1450.4915.86-
YUV183.4472.45149.79-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.03%
GREEN value IS 187 (73.44% from 255) = 38.48%
BLUE value IS 85 (33.59% from 255) = 17.49%
R=44.03%
G=38.48%
B=17.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.60
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141878500.130.600.1647.4461.1458.63
HexD6BB550D3C102f3d3b
Octal3262731250157420577573
Binary110101101011101110101010110111110010000101111111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BB55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BB55; }

 p { color: rgb(214,187,85); }

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

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

 a { background-color: rgb(214,187,85); }

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

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

 span { border-color: rgb(214,187,85); }

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