#DCBD58

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

Shades of Tacha #DCBD58

Tints of Tacha #DCBD58

Color information

#DCBD58 (or 0xDCBD58) is unknown color: approx Tacha. HEX triplet: DC, BD and 58. RGB value is (220,189,88). Sum of RGB (Red+Green+Blue) = 220+189+88=497 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.27% from 497); Green value is 189 (74.22% from 255 or 38.03% from 497); Blue value is 88 (34.77% from 255 or 17.71% from 497); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBD58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBD58 is #2342A7. Grayscale: #BBBBBB. Windows color (decimal): -2310824 or 5815772. OLE color: 5815772.

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

Color convert

RGB22018988-
CMYK00.140.60.14
HSL45.91º65.35%60.39%-
HSV(B)45.91º60%86.27%-
XYZ49.4752.3216.72-
YUV186.7672.27151.71-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.27%
GREEN value IS 189 (74.22% from 255) = 38.03%
BLUE value IS 88 (34.77% from 255) = 17.71%
R=44.27%
G=38.03%
B=17.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.6
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201898800.140.60.1445.9165.3560.39
HexDCBD580E3CE2e413c
Octal33427513001674165610174
Binary110111001011110110110000111011110011101011101000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBD58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBD58; }

 p { color: rgb(220,189,88); }

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

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

 a { background-color: rgb(220,189,88); }

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

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

 span { border-color: rgb(220,189,88); }

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