#DCC85F

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

Shades of Tacha #DCC85F

Tints of Tacha #DCC85F

Color information

#DCC85F (or 0xDCC85F) is unknown color: approx Tacha. HEX triplet: DC, C8 and 5F. RGB value is (220,200,95). Sum of RGB (Red+Green+Blue) = 220+200+95=515 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.72% from 515); Green value is 200 (78.52% from 255 or 38.83% from 515); Blue value is 95 (37.5% from 255 or 18.45% from 515); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC85F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC85F is #2337A0. Grayscale: #C2C2C2. Windows color (decimal): -2308001 or 6277340. OLE color: 6277340.

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

Color convert

RGB22020095-
CMYK00.090.570.14
HSL50.4º64.1%61.76%-
HSV(B)50.4º56.82%86.27%-
XYZ52.2457.3519.14-
YUV194.0172.13146.54-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.72%
GREEN value IS 200 (78.52% from 255) = 38.83%
BLUE value IS 95 (37.5% from 255) = 18.45%
R=42.72%
G=38.83%
B=18.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.57
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2202009500.090.570.1450.464.161.76
HexDCC85F0939E32403e
Octal33431013701171166210076
Binary110111001100100010111110100111100111101100101000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC85F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC85F; }

 p { color: rgb(220,200,95); }

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

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

 a { background-color: rgb(220,200,95); }

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

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

 span { border-color: rgb(220,200,95); }

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