#D6B554

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

Shades of Tacha #D6B554

Tints of Tacha #D6B554

Color information

#D6B554 (or 0xD6B554) is unknown color: approx Tacha. HEX triplet: D6, B5 and 54. RGB value is (214,181,84). Sum of RGB (Red+Green+Blue) = 214+181+84=479 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.68% from 479); Green value is 181 (71.09% from 255 or 37.79% from 479); Blue value is 84 (33.20% from 255 or 17.54% from 479); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B554 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B554 is #294AAB. Grayscale: #B4B4B4. Windows color (decimal): -2706092 or 5551574. OLE color: 5551574.

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

Color convert

RGB21418184-
CMYK00.150.610.16
HSL44.77º61.32%58.43%-
HSV(B)44.77º60.75%83.92%-
XYZ45.8647.9815.23-
YUV179.8173.93152.39-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.68%
GREEN value IS 181 (71.09% from 255) = 37.79%
BLUE value IS 84 (33.20% from 255) = 17.54%
R=44.68%
G=37.79%
B=17.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.61
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141818400.150.610.1644.7761.3258.43
HexD6B5540F3D102d3d3a
Octal3262651240177520557572
Binary110101101011010110101000111111110110000101101111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B554; }

 p { color: rgb(214,181,84); }

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

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

 a { background-color: rgb(214,181,84); }

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

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

 span { border-color: rgb(214,181,84); }

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