#DCC55C

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

Shades of Tacha #DCC55C

Tints of Tacha #DCC55C

Color information

#DCC55C (or 0xDCC55C) is unknown color: approx Tacha. HEX triplet: DC, C5 and 5C. RGB value is (220,197,92). Sum of RGB (Red+Green+Blue) = 220+197+92=509 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.22% from 509); Green value is 197 (77.34% from 255 or 38.70% from 509); Blue value is 92 (36.33% from 255 or 18.07% from 509); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC55C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC55C is #233AA3. Grayscale: #C0C0C0. Windows color (decimal): -2308772 or 6079964. OLE color: 6079964.

HSL color Cylindrical-coordinate representation of color #DCC55C: hue angle of 49.22º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DCC55C is Cyan = 0, Magento = 0.10, Yellow = 0.58 and Black (K on CMYK) = 0.14.

Color convert

RGB22019792-
CMYK00.100.580.14
HSL49.22º64.65%61.18%-
HSV(B)49.22º58.18%86.27%-
XYZ51.4155.9218.21-
YUV191.9171.62148.04-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.22%
GREEN value IS 197 (77.34% from 255) = 38.70%
BLUE value IS 92 (36.33% from 255) = 18.07%
R=43.22%
G=38.70%
B=18.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.58
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201979200.100.580.1449.2264.6561.18
HexDCC55C0A3AE31413d
Octal33430513401272166110175
Binary110111001100010110111000101011101011101100011000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC55C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC55C; }

 p { color: rgb(220,197,92); }

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

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

 a { background-color: rgb(220,197,92); }

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

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

 span { border-color: rgb(220,197,92); }

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