#DCBF59

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

Shades of Tacha #DCBF59

Tints of Tacha #DCBF59

Color information

#DCBF59 (or 0xDCBF59) is unknown color: approx Tacha. HEX triplet: DC, BF and 59. RGB value is (220,191,89). Sum of RGB (Red+Green+Blue) = 220+191+89=500 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44% from 500); Green value is 191 (75% from 255 or 38.2% from 500); Blue value is 89 (35.16% from 255 or 17.8% from 500); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBF59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBF59 is #2340A6. Grayscale: #BCBCBC. Windows color (decimal): -2310311 or 5881820. OLE color: 5881820.

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

Color convert

RGB22019189-
CMYK00.130.600.14
HSL46.72º65.17%60.59%-
HSV(B)46.72º59.55%86.27%-
XYZ49.9553.217.09-
YUV188.0472.11150.79-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44%
GREEN value IS 191 (75% from 255) = 38.2%
BLUE value IS 89 (35.16% from 255) = 17.8%
R=44%
G=38.2%
B=17.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.60
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201918900.130.600.1446.7265.1760.59
HexDCBF590D3CE2f413d
Octal33427713101574165710175
Binary110111001011111110110010110111110011101011111000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBF59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBF59; }

 p { color: rgb(220,191,89); }

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

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

 a { background-color: rgb(220,191,89); }

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

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

 span { border-color: rgb(220,191,89); }

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