#DCC461

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

Shades of Tacha #DCC461

Tints of Tacha #DCC461

Color information

#DCC461 (or 0xDCC461) is unknown color: approx Tacha. HEX triplet: DC, C4 and 61. RGB value is (220,196,97). Sum of RGB (Red+Green+Blue) = 220+196+97=513 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.88% from 513); Green value is 196 (76.95% from 255 or 38.21% from 513); Blue value is 97 (38.28% from 255 or 18.91% from 513); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC461 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC461 is #233B9E. Grayscale: #C0C0C0. Windows color (decimal): -2309023 or 6407388. OLE color: 6407388.

HSL color Cylindrical-coordinate representation of color #DCC461: hue angle of 48.29º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DCC461 is Cyan = 0, Magento = 0.11, Yellow = 0.56 and Black (K on CMYK) = 0.14.

Color convert

RGB22019697-
CMYK00.110.560.14
HSL48.29º63.73%62.16%-
HSV(B)48.29º55.91%86.27%-
XYZ51.4155.5619.32-
YUV191.8974.45148.05-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.88%
GREEN value IS 196 (76.95% from 255) = 38.21%
BLUE value IS 97 (38.28% from 255) = 18.91%
R=42.88%
G=38.21%
B=18.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.56
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201969700.110.560.1448.2963.7362.16
HexDCC4610B38E30403e
Octal33430414101370166010076
Binary110111001100010011000010101111100011101100001000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC461; }

 p { color: rgb(220,196,97); }

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

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

 a { background-color: rgb(220,196,97); }

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

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

 span { border-color: rgb(220,196,97); }

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