#DCBE5F

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

Shades of Tacha #DCBE5F

Tints of Tacha #DCBE5F

Color information

#DCBE5F (or 0xDCBE5F) is unknown color: approx Tacha. HEX triplet: DC, BE and 5F. RGB value is (220,190,95). Sum of RGB (Red+Green+Blue) = 220+190+95=505 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.56% from 505); Green value is 190 (74.61% from 255 or 37.62% from 505); Blue value is 95 (37.5% from 255 or 18.81% from 505); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBE5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBE5F is #2341A0. Grayscale: #BCBCBC. Windows color (decimal): -2310561 or 6274780. OLE color: 6274780.

HSL color Cylindrical-coordinate representation of color #DCBE5F: hue angle of 45.6º 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 #DCBE5F is Cyan = 0, Magento = 0.14, Yellow = 0.57 and Black (K on CMYK) = 0.14.

Color convert

RGB22019095-
CMYK00.140.570.14
HSL45.6º64.1%61.76%-
HSV(B)45.6º56.82%86.27%-
XYZ49.9952.8718.4-
YUV188.1475.44150.72-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.56%
GREEN value IS 190 (74.61% from 255) = 37.62%
BLUE value IS 95 (37.5% from 255) = 18.81%
R=43.56%
G=37.62%
B=18.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.57
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201909500.140.570.1445.664.161.76
HexDCBE5F0E39E2e403e
Octal33427613701671165610076
Binary110111001011111010111110111011100111101011101000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBE5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBE5F; }

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

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

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

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

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

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

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

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