#DCC65B

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

Shades of Tacha #DCC65B

Tints of Tacha #DCC65B

Color information

#DCC65B (or 0xDCC65B) is unknown color: approx Tacha. HEX triplet: DC, C6 and 5B. RGB value is (220,198,91). Sum of RGB (Red+Green+Blue) = 220+198+91=509 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.22% from 509); Green value is 198 (77.73% from 255 or 38.90% from 509); Blue value is 91 (35.94% from 255 or 17.88% from 509); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC65B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC65B is #2339A4. Grayscale: #C0C0C0. Windows color (decimal): -2308517 or 6014684. OLE color: 6014684.

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

Color convert

RGB22019891-
CMYK00.10.590.14
HSL49.77º64.82%60.98%-
HSV(B)49.77º58.64%86.27%-
XYZ51.656.3618.06-
YUV192.3870.79147.7-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.22%
GREEN value IS 198 (77.73% from 255) = 38.90%
BLUE value IS 91 (35.94% from 255) = 17.88%
R=43.22%
G=38.90%
B=17.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.59
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201989100.10.590.1449.7764.8260.98
HexDCC65B0A3BE32413d
Octal33430613301273166210175
Binary110111001100011010110110101011101111101100101000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC65B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC65B; }

 p { color: rgb(220,198,91); }

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

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

 a { background-color: rgb(220,198,91); }

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

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

 span { border-color: rgb(220,198,91); }

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