#D6C055

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

Shades of Tacha #D6C055

Tints of Tacha #D6C055

Color information

#D6C055 (or 0xD6C055) is unknown color: approx Tacha. HEX triplet: D6, C0 and 55. RGB value is (214,192,85). Sum of RGB (Red+Green+Blue) = 214+192+85=491 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.58% from 491); Green value is 192 (75.39% from 255 or 39.10% from 491); Blue value is 85 (33.59% from 255 or 17.31% from 491); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C055 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C055 is #293FAA. Grayscale: #BABABA. Windows color (decimal): -2703275 or 5619926. OLE color: 5619926.

HSL color Cylindrical-coordinate representation of color #D6C055: hue angle of 49.77º 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 #D6C055 is Cyan = 0, Magento = 0.10, Yellow = 0.60 and Black (K on CMYK) = 0.16.

Color convert

RGB21419285-
CMYK00.100.600.16
HSL49.77º61.14%58.63%-
HSV(B)49.77º60.28%83.92%-
XYZ48.2252.6516.22-
YUV186.3870.79147.7-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.58%
GREEN value IS 192 (75.39% from 255) = 39.10%
BLUE value IS 85 (33.59% from 255) = 17.31%
R=43.58%
G=39.10%
B=17.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.60
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141928500.100.600.1649.7761.1458.63
HexD6C0550A3C10323d3b
Octal3263001250127420627573
Binary110101101100000010101010101011110010000110010111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C055; }

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

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

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

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

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

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

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

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